Shades of Atoll #197D80
Tints of Atoll #197D80
RGB
CMYK
RGB Variations
Color information
#197D80 (or 0x197D80) is known color: Atoll. HEX triplet: 19, 7D and 80. RGB value is (25,125,128). Sum of RGB (Red+Green+Blue) = 25+125+128=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 125 (49.22% from 255 or 44.96% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #197D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197D80 is #E6827F. Grayscale: #5F5F5F. Windows color (decimal): -15106688 or 8420633. OLE color: 8420633.
HSL color Cylindrical-coordinate representation of color #197D80: hue angle of 181.75º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197D80 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 125 | 128 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.50 |
| HSL | 181.75º | 0.67% | 0.3% | - |
| HSV(B) | 181.75º | 0.8% | 0.5% | - |
| XYZ | 11.63 | 16.43 | 22.98 | - |
| YUV | 95.44 | 146.37 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 125 | 128 | 0.80 | 0.02 | 0 | 0.50 | 181.75 | 0.67 | 0.3 |
| Hex | 19 | 7D | 80 | 50 | 2 | 0 | 32 | B6 | 43 | 1E |
| Octal | 31 | 175 | 200 | 120 | 2 | 0 | 62 | 266 | 103 | 36 |
| Binary | 11001 | 1111101 | 10000000 | 1010000 | 10 | 0 | 110010 | 10110110 | 1000011 | 11110 |
Color Harmonies of #197D80
Complementary color
Monochromatic Colors of #197D80
Black with #197D80
Text Example
Text Example
White with #197D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197D80; }
p { color: rgb(25,125,128); }
H1.HeaderClassName
{
color: #197D80;
}
.AnyTagClassName
{
color: #197D80;
}
</style>
background-color css
<style>
a { background-color: #197D80; }
a { background-color: rgb(25,125,128); }
div.DivClassName
{
background-color: #197D80;
}
.BgClassName
{
background-color: #197D80;
}
</style>
border-color css
<style>
span { border-color: #197D80; }
span { border-color: rgb(25,125,128); }
td.TdClassName
{
border-color: #197D80;
}
.TagClassName
{
border-color: #197D80;
}
</style>