Shades of Atoll #197F82
Tints of Atoll #197F82
RGB
CMYK
RGB Variations
Color information
#197F82 (or 0x197F82) is known color: Atoll. HEX triplet: 19, 7F and 82. RGB value is (25,127,130). Sum of RGB (Red+Green+Blue) = 25+127+130=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 127 (50% from 255 or 45.04% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #197F82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197F82 is #E6807D. Grayscale: #606060. Windows color (decimal): -15106174 or 8552217. OLE color: 8552217.
HSL color Cylindrical-coordinate representation of color #197F82: hue angle of 181.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197F82 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 127 | 130 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.49 |
| HSL | 181.71º | 0.68% | 0.3% | - |
| HSV(B) | 181.71º | 0.81% | 0.51% | - |
| XYZ | 12.02 | 17 | 23.77 | - |
| YUV | 96.84 | 146.71 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 130 | 0.81 | 0.02 | 0 | 0.49 | 181.71 | 0.68 | 0.3 |
| Hex | 19 | 7F | 82 | 51 | 2 | 0 | 31 | B6 | 44 | 1E |
| Octal | 31 | 177 | 202 | 121 | 2 | 0 | 61 | 266 | 104 | 36 |
| Binary | 11001 | 1111111 | 10000010 | 1010001 | 10 | 0 | 110001 | 10110110 | 1000100 | 11110 |
Color Harmonies of #197F82
Complementary color
Monochromatic Colors of #197F82
Black with #197F82
Text Example
Text Example
White with #197F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197F82; }
p { color: rgb(25,127,130); }
H1.HeaderClassName
{
color: #197F82;
}
.AnyTagClassName
{
color: #197F82;
}
</style>
background-color css
<style>
a { background-color: #197F82; }
a { background-color: rgb(25,127,130); }
div.DivClassName
{
background-color: #197F82;
}
.BgClassName
{
background-color: #197F82;
}
</style>
border-color css
<style>
span { border-color: #197F82; }
span { border-color: rgb(25,127,130); }
td.TdClassName
{
border-color: #197F82;
}
.TagClassName
{
border-color: #197F82;
}
</style>