Html Css Color HEX #199EAB Pelorous

📋 copy color: '#199EAB'

red 25 ◦ green 158 ◦ blue 171

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

Shades of Pelorous #199EAB

Tints of Pelorous #199EAB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.63%

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

R = 7.06%
G = 44.63%
B = 48.31%

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

#199EAB (or 0x199EAB) is known color: Pelorous. HEX triplet: 19, 9E and AB. RGB value is (25,158,171). Sum of RGB (Red+Green+Blue) = 25+158+171=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #199EAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199EAB is #E66154. Grayscale: #777777. Windows color (decimal): -15098197 or 11247129. OLE color: 11247129.

HSL color Cylindrical-coordinate representation of color #199EAB: hue angle of 185.34º 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 #199EAB is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 158 171 -
CMYK 0.85 0.08 0 0.33
HSL 185.34º 0.74% 0.38% -
HSV(B) 185.34º 0.85% 0.67% -
XYZ 19.98 27.6 42.8 -
YUV 119.72 156.94 60.44 -
System Red Green Blue C M Y K H S L
Decimal 25 158 171 0.85 0.08 0 0.33 185.34 0.74 0.38
Hex 19 9E AB 55 8 0 21 B9 4A 26
Octal 31 236 253 125 10 0 41 271 112 46
Binary 11001 10011110 10101011 1010101 1000 0 100001 10111001 1001010 100110

Color Harmonies of #199EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199EAB

Black with #199EAB

Text Example


Text Example

White with #199EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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