Shades of Atoll #197C7E
Tints of Atoll #197C7E
RGB
CMYK
RGB Variations
Color information
#197C7E (or 0x197C7E) is known color: Atoll. HEX triplet: 19, 7C and 7E. RGB value is (25,124,126). Sum of RGB (Red+Green+Blue) = 25+124+126=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 126 - color contains mainly: blue. Hex color #197C7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197C7E is #E68381. Grayscale: #5E5E5E. Windows color (decimal): -15106946 or 8289305. OLE color: 8289305.
HSL color Cylindrical-coordinate representation of color #197C7E: hue angle of 181.19º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197C7E is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 124 | 126 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.51 |
| HSL | 181.19º | 0.67% | 0.3% | - |
| HSV(B) | 181.19º | 0.8% | 0.49% | - |
| XYZ | 11.37 | 16.13 | 22.25 | - |
| YUV | 94.63 | 145.7 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 124 | 126 | 0.80 | 0.02 | 0 | 0.51 | 181.19 | 0.67 | 0.3 |
| Hex | 19 | 7C | 7E | 50 | 2 | 0 | 33 | B5 | 43 | 1E |
| Octal | 31 | 174 | 176 | 120 | 2 | 0 | 63 | 265 | 103 | 36 |
| Binary | 11001 | 1111100 | 1111110 | 1010000 | 10 | 0 | 110011 | 10110101 | 1000011 | 11110 |
Color Harmonies of #197C7E
Complementary color
Monochromatic Colors of #197C7E
Black with #197C7E
Text Example
Text Example
White with #197C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197C7E; }
p { color: rgb(25,124,126); }
H1.HeaderClassName
{
color: #197C7E;
}
.AnyTagClassName
{
color: #197C7E;
}
</style>
background-color css
<style>
a { background-color: #197C7E; }
a { background-color: rgb(25,124,126); }
div.DivClassName
{
background-color: #197C7E;
}
.BgClassName
{
background-color: #197C7E;
}
</style>
border-color css
<style>
span { border-color: #197C7E; }
span { border-color: rgb(25,124,126); }
td.TdClassName
{
border-color: #197C7E;
}
.TagClassName
{
border-color: #197C7E;
}
</style>