Shades of Atoll #197F84
Tints of Atoll #197F84
RGB
CMYK
RGB Variations
Color information
#197F84 (or 0x197F84) is known color: Atoll. HEX triplet: 19, 7F and 84. RGB value is (25,127,132). Sum of RGB (Red+Green+Blue) = 25+127+132=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 132 (51.95% from 255 or 46.48% from 284); Max value from RGB is 132 - color contains mainly: blue. Hex color #197F84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197F84 is #E6807B. Grayscale: #606060. Windows color (decimal): -15106172 or 8683289. OLE color: 8683289.
HSL color Cylindrical-coordinate representation of color #197F84: hue angle of 182.8º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197F84 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 127 | 132 | - |
| CMYK | 0.81 | 0.04 | 0 | 0.48 |
| HSL | 182.8º | 0.68% | 0.31% | - |
| HSV(B) | 182.8º | 0.81% | 0.52% | - |
| XYZ | 12.16 | 17.05 | 24.48 | - |
| YUV | 97.07 | 147.71 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 127 | 132 | 0.81 | 0.04 | 0 | 0.48 | 182.8 | 0.68 | 0.31 |
| Hex | 19 | 7F | 84 | 51 | 4 | 0 | 30 | B7 | 44 | 1F |
| Octal | 31 | 177 | 204 | 121 | 4 | 0 | 60 | 267 | 104 | 37 |
| Binary | 11001 | 1111111 | 10000100 | 1010001 | 100 | 0 | 110000 | 10110111 | 1000100 | 11111 |
Color Harmonies of #197F84
Complementary color
Monochromatic Colors of #197F84
Black with #197F84
Text Example
Text Example
White with #197F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197F84; }
p { color: rgb(25,127,132); }
H1.HeaderClassName
{
color: #197F84;
}
.AnyTagClassName
{
color: #197F84;
}
</style>
background-color css
<style>
a { background-color: #197F84; }
a { background-color: rgb(25,127,132); }
div.DivClassName
{
background-color: #197F84;
}
.BgClassName
{
background-color: #197F84;
}
</style>
border-color css
<style>
span { border-color: #197F84; }
span { border-color: rgb(25,127,132); }
td.TdClassName
{
border-color: #197F84;
}
.TagClassName
{
border-color: #197F84;
}
</style>