Shades of Atoll #19777A
Tints of Atoll #19777A
RGB
CMYK
RGB Variations
Color information
#19777A (or 0x19777A) is known color: Atoll. HEX triplet: 19, 77 and 7A. RGB value is (25,119,122). Sum of RGB (Red+Green+Blue) = 25+119+122=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #19777A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19777A is #E68885. Grayscale: #5B5B5B. Windows color (decimal): -15108230 or 8025881. OLE color: 8025881.
HSL color Cylindrical-coordinate representation of color #19777A: hue angle of 181.86º 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 #19777A is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 119 | 122 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.52 |
| HSL | 181.86º | 0.66% | 0.29% | - |
| HSV(B) | 181.86º | 0.8% | 0.48% | - |
| XYZ | 10.51 | 14.81 | 20.72 | - |
| YUV | 91.24 | 145.36 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 119 | 122 | 0.80 | 0.02 | 0 | 0.52 | 181.86 | 0.66 | 0.29 |
| Hex | 19 | 77 | 7A | 50 | 2 | 0 | 34 | B6 | 42 | 1D |
| Octal | 31 | 167 | 172 | 120 | 2 | 0 | 64 | 266 | 102 | 35 |
| Binary | 11001 | 1110111 | 1111010 | 1010000 | 10 | 0 | 110100 | 10110110 | 1000010 | 11101 |
Color Harmonies of #19777A
Complementary color
Monochromatic Colors of #19777A
Black with #19777A
Text Example
Text Example
White with #19777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19777A; }
p { color: rgb(25,119,122); }
H1.HeaderClassName
{
color: #19777A;
}
.AnyTagClassName
{
color: #19777A;
}
</style>
background-color css
<style>
a { background-color: #19777A; }
a { background-color: rgb(25,119,122); }
div.DivClassName
{
background-color: #19777A;
}
.BgClassName
{
background-color: #19777A;
}
</style>
border-color css
<style>
span { border-color: #19777A; }
span { border-color: rgb(25,119,122); }
td.TdClassName
{
border-color: #19777A;
}
.TagClassName
{
border-color: #19777A;
}
</style>