#199CAC

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

Shades of Pelorous #199CAC

Tints of Pelorous #199CAC

Color information

#199CAC (or 0x199CAC) is unknown color: approx Pelorous. HEX triplet: 19, 9C and AC. RGB value is (25,156,172). Sum of RGB (Red+Green+Blue) = 25+156+172=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #199CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199CAC is #E66353. Grayscale: #767676. Windows color (decimal): -15098708 or 11312153. OLE color: 11312153.

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

Color convert

RGB25156172-
CMYK0.850.0900.33
HSL186.53º74.62%38.63%-
HSV(B)186.53º85.47%67.45%-
XYZ19.7426.9643.19-
YUV118.65158.161.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.08%
GREEN value IS 156 (61.33% from 255) = 44.19%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=7.08%
G=44.19%
B=48.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251561720.850.0900.33186.5374.6238.63
Hex199CAC559021bb4b27
Octal312342541251104127311347
Binary110011001110010101100101010110010100001101110111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,156,172); }

 H1.HeaderClassName
 {
   color: #199CAC;
 }
 .AnyTagClassName
 {
   color: #199CAC;
 }
</style>
background-color css

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

 a { background-color: rgb(25,156,172); }

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

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

 span { border-color: rgb(25,156,172); }

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