Shades of Atoll #197A80
Tints of Atoll #197A80
RGB
CMYK
RGB Variations
Color information
#197A80 (or 0x197A80) is known color: Atoll. HEX triplet: 19, 7A and 80. RGB value is (25,122,128). Sum of RGB (Red+Green+Blue) = 25+122+128=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #197A80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197A80 is #E6857F. Grayscale: #5D5D5D. Windows color (decimal): -15107456 or 8419865. OLE color: 8419865.
HSL color Cylindrical-coordinate representation of color #197A80: hue angle of 183.5º 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 #197A80 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 122 | 128 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.50 |
| HSL | 183.5º | 0.67% | 0.3% | - |
| HSV(B) | 183.5º | 0.8% | 0.5% | - |
| XYZ | 11.26 | 15.68 | 22.86 | - |
| YUV | 93.68 | 147.36 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 122 | 128 | 0.80 | 0.05 | 0 | 0.50 | 183.5 | 0.67 | 0.3 |
| Hex | 19 | 7A | 80 | 50 | 5 | 0 | 32 | B7 | 43 | 1E |
| Octal | 31 | 172 | 200 | 120 | 5 | 0 | 62 | 267 | 103 | 36 |
| Binary | 11001 | 1111010 | 10000000 | 1010000 | 101 | 0 | 110010 | 10110111 | 1000011 | 11110 |
Color Harmonies of #197A80
Complementary color
Monochromatic Colors of #197A80
Black with #197A80
Text Example
Text Example
White with #197A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197A80; }
p { color: rgb(25,122,128); }
H1.HeaderClassName
{
color: #197A80;
}
.AnyTagClassName
{
color: #197A80;
}
</style>
background-color css
<style>
a { background-color: #197A80; }
a { background-color: rgb(25,122,128); }
div.DivClassName
{
background-color: #197A80;
}
.BgClassName
{
background-color: #197A80;
}
</style>
border-color css
<style>
span { border-color: #197A80; }
span { border-color: rgb(25,122,128); }
td.TdClassName
{
border-color: #197A80;
}
.TagClassName
{
border-color: #197A80;
}
</style>