Html Css Color HEX #199DAB Pelorous

📋 copy color: '#199DAB'

red 25 ◦ green 157 ◦ blue 171

#199DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #199DAB

Tints of Pelorous #199DAB

RGB

 RED value IS 25 (10.16% from 255) = 7.08%

 GREEN value IS 157 (61.72% from 255) = 44.48%

 BLUE value IS 171 (67.19% from 255) = 48.44%

R = 7.08%
G = 44.48%
B = 48.44%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#199DAB (or 0x199DAB) is known color: Pelorous. HEX triplet: 19, 9D and AB. RGB value is (25,157,171). Sum of RGB (Red+Green+Blue) = 25+157+171=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 157 (61.72% from 255 or 44.48% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #199DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199DAB is #E66254. Grayscale: #767676. Windows color (decimal): -15098453 or 11246873. OLE color: 11246873.

HSL color Cylindrical-coordinate representation of color #199DAB: hue angle of 185.75º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #199DAB is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 157 171 -
CMYK 0.85 0.08 0 0.33
HSL 185.75º 0.74% 0.38% -
HSV(B) 185.75º 0.85% 0.67% -
XYZ 19.81 27.26 42.75 -
YUV 119.13 157.27 60.86 -
System Red Green Blue C M Y K H S L
Decimal 25 157 171 0.85 0.08 0 0.33 185.75 0.74 0.38
Hex 19 9D AB 55 8 0 21 BA 4A 26
Octal 31 235 253 125 10 0 41 272 112 46
Binary 11001 10011101 10101011 1010101 1000 0 100001 10111010 1001010 100110

Color Harmonies of #199DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DAB

Black with #199DAB

Text Example


Text Example

White with #199DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199DAB; }

 p { color: rgb(25,157,171); }

 H1.HeaderClassName
 {
   color: #199DAB;
 }
 .AnyTagClassName
 {
   color: #199DAB;
 }
</style>

background-color css

<style>
 a { background-color: #199DAB; }

 a { background-color: rgb(25,157,171); }

 div.DivClassName
 {
   background-color: #199DAB;
 }
 .BgClassName
 {
   background-color: #199DAB;
 }
</style>

border-color css

<style>
 span { border-color: #199DAB; }

 span { border-color: rgb(25,157,171); }

 td.TdClassName
 {
   border-color: #199DAB;
 }
 .TagClassName
 {
   border-color: #199DAB;
 }
</style>