#19A0B6

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

Shades of Pelorous #19A0B6

Tints of Pelorous #19A0B6

Color information

#19A0B6 (or 0x19A0B6) is unknown color: approx Pelorous. HEX triplet: 19, A0 and B6. RGB value is (25,160,182). Sum of RGB (Red+Green+Blue) = 25+160+182=367 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.81% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #19A0B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A0B6 is #E65F49. Grayscale: #797979. Windows color (decimal): -15097674 or 11968537. OLE color: 11968537.

HSL color Cylindrical-coordinate representation of color #19A0B6: hue angle of 188.41º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19A0B6 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB25160182-
CMYK0.860.1200.29
HSL188.41º75.85%40.59%-
HSV(B)188.41º86.26%71.37%-
XYZ21.4228.7348.67-
YUV122.14161.7758.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.81%
GREEN value IS 160 (62.89% from 255) = 43.60%
BLUE value IS 182 (71.48% from 255) = 49.59%
R=6.81%
G=43.60%
B=49.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal251601820.860.1200.29188.4175.8540.59
Hex19A0B656C01Dbc4c29
Octal312402661261403527411451
Binary11001101000001011011010101101100011101101111001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19A0B6; }

 p { color: rgb(25,160,182); }

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

<style>
 a { background-color: #19A0B6; }

 a { background-color: rgb(25,160,182); }

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

<style>
 span { border-color: #19A0B6; }

 span { border-color: rgb(25,160,182); }

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