COLOR #195555

HEX: #195555 RGB: (25,85,85)

Color info

#195555 contains mainly green and blue colors. Web safe color of #195555 is #006666 (or #066).

RGB color model

#195555 color RGB value is (25,85,85).

RGB: (25,85,85) (10%, 33%, 33%)

RGB channels and saturation

R 25 of 255 = 10%
G 85 of 255 = 33%
B 85 of 255 = 33%

25
85
85

R + G + B ~ 25%. #195555 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 85 + 85 = 195 (100%)
R 25 of 195 ~ 12.82%
G 85 of 195 ~ 43.59%
B 85 of 195 ~ 43.59'%

%12.82
%43.59
%43.59

CMYK color model

#195555 color CMYK value is (71,0,0,67).

  • cyan value is 70.59%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (71,0,0,67)
C71M0Y0K67 (71%, 0%, 0%, 67%)
(0.71 / 0.00 / 0.00 / 0.67)

CMYK percentages

%70.59
%0
%0
%66.67

Codes

Color #195555 in popluar color models

19 55 55
RGB 25 85 85
HSL 180° 54.55% 21.57%
HSB/HSV 180° 70.59% 33.33%
CMYK 70.59% 0.00% 0.00%
66.67%

Color #195555 in popluar number systems.

HEX 19 55 55
Decimal 25 85 85
Binary 11001 1010101 1010101
Octal 31 125 125

Shades and tints

Shades of #195555

#195555
(25,85,85)
#174E4E
(23,78,78)
#154747
(21,71,71)
#134040
(19,64,64)
#113939
(17,57,57)
#0F3232
(15,50,50)
#0D2B2B
(13,43,43)
#0B2424
(11,36,36)
#091D1D
(9,29,29)
#071616
(7,22,22)
#050F0F
(5,15,15)
#000000
(0,0,0)

Tints of #195555

#195555
(25,85,85)
#2D6464
(45,100,100)
#417373
(65,115,115)
#558282
(85,130,130)
#699191
(105,145,145)
#7DA0A0
(125,160,160)
#91AFAF
(145,175,175)
#A5BEBE
(165,190,190)
#B9CDCD
(185,205,205)
#CDDCDC
(205,220,220)
#E1EBEB
(225,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #195555 color. Also use rgb(25,85,85) instead hex code.

Text Font Color

.myTextColor { color: #195555; }

<p style="color:#195555">This sample text font color is #195555.</p>

This text font color is #195555.

Background Color

.myBgColor { background-color: #195555; }

<div style="background-color:#195555">Inner text</div>

This div background color is #195555.

Border color

.myBorderColor { border: 1px solid #195555; }

<div style="border:3px solid #195555">Div</div>

This div border color is #195555.

Opacity

.myOpacity80 { color: #195555; opacity: 0.8; }

<p style="color:#195555;opacity:0.8;">80%</p>

Text with #195555 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #195555;}

<p style="text-shadow: 3px 3px 1px #195555">Text here.</p>

This text has shadow with #195555 color.


.textShadow {text-shadow: 3px 3px 1px #195555', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #195555, 5px 5px 20px red">Text here.</p>

This text has shadow with #195555 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#195555, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#195555, Direction=45, Strength=4)">Text</p>

This text has shadow with #195555 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #195555;
-webkit-box-shadow: 1px 1px 3px 2px #195555;
box-shadow: 1px 1px 3px 2px #195555;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #195555; -webkit-box-shadow: 1px 1px 3px 2px #195555; box-shadow:1px 1px 3px 2px #195555;">
Div content here
</div>

This div box has shadow with color #195555.

Preview

Color preview on black background

This text has color #195555 on black background.


Color preview on white background

This text has color #195555 on white background.


Black color preview on #195555 background

This text has black color on #195555 background.


White color preview on #195555 background

This text has white color on #195555 background.


Related colors

Complementary color

Complementary color for #hex is #E6AAAA.


I love getcolorcode.com