Shades of Atoll #19808B
Tints of Atoll #19808B
RGB
CMYK
RGB Variations
Color information
#19808B (or 0x19808B) is known color: Atoll. HEX triplet: 19, 80 and 8B. RGB value is (25,128,139). Sum of RGB (Red+Green+Blue) = 25+128+139=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #19808B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19808B is #E67F74. Grayscale: #626262. Windows color (decimal): -15105909 or 9142297. OLE color: 9142297.
HSL color Cylindrical-coordinate representation of color #19808B: hue angle of 185.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19808B is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 128 | 139 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.45 |
| HSL | 185.79º | 0.7% | 0.32% | - |
| HSV(B) | 185.79º | 0.82% | 0.55% | - |
| XYZ | 12.78 | 17.51 | 27.13 | - |
| YUV | 98.46 | 150.88 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 139 | 0.82 | 0.08 | 0 | 0.45 | 185.79 | 0.7 | 0.32 |
| Hex | 19 | 80 | 8B | 52 | 8 | 0 | 2D | BA | 46 | 20 |
| Octal | 31 | 200 | 213 | 122 | 10 | 0 | 55 | 272 | 106 | 40 |
| Binary | 11001 | 10000000 | 10001011 | 1010010 | 1000 | 0 | 101101 | 10111010 | 1000110 | 100000 |
Color Harmonies of #19808B
Complementary color
Monochromatic Colors of #19808B
Black with #19808B
Text Example
Text Example
White with #19808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19808B; }
p { color: rgb(25,128,139); }
H1.HeaderClassName
{
color: #19808B;
}
.AnyTagClassName
{
color: #19808B;
}
</style>
background-color css
<style>
a { background-color: #19808B; }
a { background-color: rgb(25,128,139); }
div.DivClassName
{
background-color: #19808B;
}
.BgClassName
{
background-color: #19808B;
}
</style>
border-color css
<style>
span { border-color: #19808B; }
span { border-color: rgb(25,128,139); }
td.TdClassName
{
border-color: #19808B;
}
.TagClassName
{
border-color: #19808B;
}
</style>