Shades of Atoll #197C85
Tints of Atoll #197C85
RGB
CMYK
RGB Variations
Color information
#197C85 (or 0x197C85) is known color: Atoll. HEX triplet: 19, 7C and 85. RGB value is (25,124,133). Sum of RGB (Red+Green+Blue) = 25+124+133=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 124 (48.83% from 255 or 43.97% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #197C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #197C85 is #E6837A. Grayscale: #5F5F5F. Windows color (decimal): -15106939 or 8748057. OLE color: 8748057.
HSL color Cylindrical-coordinate representation of color #197C85: hue angle of 185º 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 #197C85 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 124 | 133 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.48 |
| HSL | 185º | 0.68% | 0.31% | - |
| HSV(B) | 185º | 0.81% | 0.52% | - |
| XYZ | 11.84 | 16.32 | 24.72 | - |
| YUV | 95.43 | 149.2 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 133 | 0.81 | 0.07 | 0 | 0.48 | 185 | 0.68 | 0.31 |
| Hex | 19 | 7C | 85 | 51 | 7 | 0 | 30 | B9 | 44 | 1F |
| Octal | 31 | 174 | 205 | 121 | 7 | 0 | 60 | 271 | 104 | 37 |
| Binary | 11001 | 1111100 | 10000101 | 1010001 | 111 | 0 | 110000 | 10111001 | 1000100 | 11111 |
Color Harmonies of #197C85
Complementary color
Monochromatic Colors of #197C85
Black with #197C85
Text Example
Text Example
White with #197C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C85; }
p { color: rgb(25,124,133); }
H1.HeaderClassName
{
color: #197C85;
}
.AnyTagClassName
{
color: #197C85;
}
</style>
background-color css
<style>
a { background-color: #197C85; }
a { background-color: rgb(25,124,133); }
div.DivClassName
{
background-color: #197C85;
}
.BgClassName
{
background-color: #197C85;
}
</style>
border-color css
<style>
span { border-color: #197C85; }
span { border-color: rgb(25,124,133); }
td.TdClassName
{
border-color: #197C85;
}
.TagClassName
{
border-color: #197C85;
}
</style>