#19828A

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

Shades of Atoll #19828A

Tints of Atoll #19828A

Color information

#19828A (or 0x19828A) is unknown color: approx Atoll. HEX triplet: 19, 82 and 8A. RGB value is (25,130,138). Sum of RGB (Red+Green+Blue) = 25+130+138=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 130 (51.17% from 255 or 44.37% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #19828A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19828A is #E67D75. Grayscale: #636363. Windows color (decimal): -15105398 or 9077273. OLE color: 9077273.

HSL color Cylindrical-coordinate representation of color #19828A: hue angle of 184.25º 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 #19828A is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB25130138-
CMYK0.820.0600.46
HSL184.25º69.33%31.96%-
HSV(B)184.25º81.88%54.12%-
XYZ12.9718.0126.84-
YUV99.52149.7174.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.53%
GREEN value IS 130 (51.17% from 255) = 44.37%
BLUE value IS 138 (54.30% from 255) = 47.10%
R=8.53%
G=44.37%
B=47.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal251301380.820.0600.46184.2569.3331.96
Hex19828A52602Eb84520
Octal31202212122605627010540
Binary11001100000101000101010100101100101110101110001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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