#19787C

Color #19787C Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #19787C

Tints of Atoll #19787C

Color information

#19787C (or 0x19787C) is unknown color: approx Atoll. HEX triplet: 19, 78 and 7C. RGB value is (25,120,124). Sum of RGB (Red+Green+Blue) = 25+120+124=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #19787C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19787C is #E68783. Grayscale: #5B5B5B. Windows color (decimal): -15107972 or 8157209. OLE color: 8157209.

HSL color Cylindrical-coordinate representation of color #19787C: hue angle of 182.42º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19787C is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB25120124-
CMYK0.800.0300.51
HSL182.42º66.44%29.22%-
HSV(B)182.42º79.84%48.63%-
XYZ10.7615.0921.42-
YUV92.05146.0380.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.29%
GREEN value IS 120 (47.27% from 255) = 44.61%
BLUE value IS 124 (48.83% from 255) = 46.10%
R=9.29%
G=44.61%
B=46.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal251201240.800.0300.51182.4266.4429.22
Hex19787C503033b6421d
Octal31170174120306326610235
Binary1100111110001111100101000011011001110110110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19787C; }

 p { color: rgb(25,120,124); }

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

<style>
 a { background-color: #19787C; }

 a { background-color: rgb(25,120,124); }

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

<style>
 span { border-color: #19787C; }

 span { border-color: rgb(25,120,124); }

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