Shades of Atoll #197E87
Tints of Atoll #197E87
RGB
CMYK
RGB Variations
Color information
#197E87 (or 0x197E87) is known color: Atoll. HEX triplet: 19, 7E and 87. RGB value is (25,126,135). Sum of RGB (Red+Green+Blue) = 25+126+135=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #197E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197E87 is #E68178. Grayscale: #606060. Windows color (decimal): -15106425 or 8879641. OLE color: 8879641.
HSL color Cylindrical-coordinate representation of color #197E87: hue angle of 184.91º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #197E87 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 126 | 135 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.47 |
| HSL | 184.91º | 0.69% | 0.31% | - |
| HSV(B) | 184.91º | 0.81% | 0.53% | - |
| XYZ | 12.23 | 16.88 | 25.53 | - |
| YUV | 96.83 | 149.54 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 126 | 135 | 0.81 | 0.07 | 0 | 0.47 | 184.91 | 0.69 | 0.31 |
| Hex | 19 | 7E | 87 | 51 | 7 | 0 | 2F | B9 | 45 | 1F |
| Octal | 31 | 176 | 207 | 121 | 7 | 0 | 57 | 271 | 105 | 37 |
| Binary | 11001 | 1111110 | 10000111 | 1010001 | 111 | 0 | 101111 | 10111001 | 1000101 | 11111 |
Color Harmonies of #197E87
Complementary color
Monochromatic Colors of #197E87
Black with #197E87
Text Example
Text Example
White with #197E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197E87; }
p { color: rgb(25,126,135); }
H1.HeaderClassName
{
color: #197E87;
}
.AnyTagClassName
{
color: #197E87;
}
</style>
background-color css
<style>
a { background-color: #197E87; }
a { background-color: rgb(25,126,135); }
div.DivClassName
{
background-color: #197E87;
}
.BgClassName
{
background-color: #197E87;
}
</style>
border-color css
<style>
span { border-color: #197E87; }
span { border-color: rgb(25,126,135); }
td.TdClassName
{
border-color: #197E87;
}
.TagClassName
{
border-color: #197E87;
}
</style>