Shades of Atoll #197B80
Tints of Atoll #197B80
RGB
CMYK
RGB Variations
Color information
#197B80 (or 0x197B80) is known color: Atoll. HEX triplet: 19, 7B and 80. RGB value is (25,123,128). Sum of RGB (Red+Green+Blue) = 25+123+128=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #197B80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197B80 is #E6847F. Grayscale: #5E5E5E. Windows color (decimal): -15107200 or 8420121. OLE color: 8420121.
HSL color Cylindrical-coordinate representation of color #197B80: hue angle of 182.91º 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 #197B80 is Cyan = 0.80, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 25 | 123 | 128 | - |
| CMYK | 0.80 | 0.04 | 0 | 0.50 |
| HSL | 182.91º | 0.67% | 0.3% | - |
| HSV(B) | 182.91º | 0.8% | 0.5% | - |
| XYZ | 11.38 | 15.93 | 22.9 | - |
| YUV | 94.27 | 147.03 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 123 | 128 | 0.80 | 0.04 | 0 | 0.50 | 182.91 | 0.67 | 0.3 |
| Hex | 19 | 7B | 80 | 50 | 4 | 0 | 32 | B7 | 43 | 1E |
| Octal | 31 | 173 | 200 | 120 | 4 | 0 | 62 | 267 | 103 | 36 |
| Binary | 11001 | 1111011 | 10000000 | 1010000 | 100 | 0 | 110010 | 10110111 | 1000011 | 11110 |
Color Harmonies of #197B80
Complementary color
Monochromatic Colors of #197B80
Black with #197B80
Text Example
Text Example
White with #197B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197B80; }
p { color: rgb(25,123,128); }
H1.HeaderClassName
{
color: #197B80;
}
.AnyTagClassName
{
color: #197B80;
}
</style>
background-color css
<style>
a { background-color: #197B80; }
a { background-color: rgb(25,123,128); }
div.DivClassName
{
background-color: #197B80;
}
.BgClassName
{
background-color: #197B80;
}
</style>
border-color css
<style>
span { border-color: #197B80; }
span { border-color: rgb(25,123,128); }
td.TdClassName
{
border-color: #197B80;
}
.TagClassName
{
border-color: #197B80;
}
</style>