Shades of Atoll #197E84
Tints of Atoll #197E84
RGB
CMYK
RGB Variations
Color information
#197E84 (or 0x197E84) is known color: Atoll. HEX triplet: 19, 7E and 84. RGB value is (25,126,132). Sum of RGB (Red+Green+Blue) = 25+126+132=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #197E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197E84 is #E6817B. Grayscale: #606060. Windows color (decimal): -15106428 or 8683033. OLE color: 8683033.
HSL color Cylindrical-coordinate representation of color #197E84: hue angle of 183.36º 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 #197E84 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 126 | 132 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.48 |
| HSL | 183.36º | 0.68% | 0.31% | - |
| HSV(B) | 183.36º | 0.81% | 0.52% | - |
| XYZ | 12.03 | 16.79 | 24.44 | - |
| YUV | 96.49 | 148.04 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 132 | 0.81 | 0.05 | 0 | 0.48 | 183.36 | 0.68 | 0.31 |
| Hex | 19 | 7E | 84 | 51 | 5 | 0 | 30 | B7 | 44 | 1F |
| Octal | 31 | 176 | 204 | 121 | 5 | 0 | 60 | 267 | 104 | 37 |
| Binary | 11001 | 1111110 | 10000100 | 1010001 | 101 | 0 | 110000 | 10110111 | 1000100 | 11111 |
Color Harmonies of #197E84
Complementary color
Monochromatic Colors of #197E84
Black with #197E84
Text Example
Text Example
White with #197E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197E84; }
p { color: rgb(25,126,132); }
H1.HeaderClassName
{
color: #197E84;
}
.AnyTagClassName
{
color: #197E84;
}
</style>
background-color css
<style>
a { background-color: #197E84; }
a { background-color: rgb(25,126,132); }
div.DivClassName
{
background-color: #197E84;
}
.BgClassName
{
background-color: #197E84;
}
</style>
border-color css
<style>
span { border-color: #197E84; }
span { border-color: rgb(25,126,132); }
td.TdClassName
{
border-color: #197E84;
}
.TagClassName
{
border-color: #197E84;
}
</style>