#19797B

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

Shades of Atoll #19797B

Tints of Atoll #19797B

Color information

#19797B (or 0x19797B) is unknown color: approx Atoll. HEX triplet: 19, 79 and 7B. RGB value is (25,121,123). Sum of RGB (Red+Green+Blue) = 25+121+123=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 123 - color contains mainly: blue. Hex color #19797B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19797B is #E68684. Grayscale: #5C5C5C. Windows color (decimal): -15107717 or 8091929. OLE color: 8091929.

HSL color Cylindrical-coordinate representation of color #19797B: hue angle of 181.22º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19797B is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB25121123-
CMYK0.800.0200.52
HSL181.22º66.22%29.02%-
HSV(B)181.22º79.67%48.24%-
XYZ10.8115.3121.12-
YUV92.52145.279.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.29%
GREEN value IS 121 (47.66% from 255) = 44.98%
BLUE value IS 123 (48.44% from 255) = 45.72%
R=9.29%
G=44.98%
B=45.72%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal251211230.800.0200.52181.2266.2229.02
Hex19797B502034b5421d
Octal31171173120206426510235
Binary1100111110011111011101000010011010010110101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19797B; }

 p { color: rgb(25,121,123); }

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

<style>
 a { background-color: #19797B; }

 a { background-color: rgb(25,121,123); }

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

<style>
 span { border-color: #19797B; }

 span { border-color: rgb(25,121,123); }

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