#19808A

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

Shades of Atoll #19808A

Tints of Atoll #19808A

Color information

#19808A (or 0x19808A) is unknown color: approx Atoll. HEX triplet: 19, 80 and 8A. RGB value is (25,128,138). Sum of RGB (Red+Green+Blue) = 25+128+138=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #19808A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19808A is #E67F75. Grayscale: #626262. Windows color (decimal): -15105910 or 9076761. OLE color: 9076761.

HSL color Cylindrical-coordinate representation of color #19808A: hue angle of 185.31º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19808A is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB25128138-
CMYK0.820.0700.46
HSL185.31º69.33%31.96%-
HSV(B)185.31º81.88%54.12%-
XYZ12.7117.4826.75-
YUV98.34150.3875.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.59%
GREEN value IS 128 (50.39% from 255) = 43.99%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=8.59%
G=43.99%
B=47.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal251281380.820.0700.46185.3169.3331.96
Hex19808A52702Eb94520
Octal31200212122705627110540
Binary11001100000001000101010100101110101110101110011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19808A; }

 p { color: rgb(25,128,138); }

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

<style>
 a { background-color: #19808A; }

 a { background-color: rgb(25,128,138); }

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

<style>
 span { border-color: #19808A; }

 span { border-color: rgb(25,128,138); }

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