#199EAB

Color #199EAB Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #199EAB

Tints of Pelorous #199EAB

Color information

#199EAB (or 0x199EAB) is unknown color: approx 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

RGB25158171-
CMYK0.850.0800.33
HSL185.34º74.49%38.43%-
HSV(B)185.34º85.38%67.06%-
XYZ19.9827.642.8-
YUV119.71156.9460.44-

RGB Variations

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

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 (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251581710.850.0800.33185.3474.4938.43
Hex199EAB558021b94a26
Octal312362531251004127111246
Binary110011001111010101011101010110000100001101110011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>