Shades of Atoll #187A7E
Tints of Atoll #187A7E
RGB
CMYK
RGB Variations
Color information
#187A7E (or 0x187A7E) is known color: Atoll. HEX triplet: 18, 7A and 7E. RGB value is (24,122,126). Sum of RGB (Red+Green+Blue) = 24+122+126=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 126 - color contains mainly: blue. Hex color #187A7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187A7E is #E78581. Grayscale: #5D5D5D. Windows color (decimal): -15172994 or 8288792. OLE color: 8288792.
HSL color Cylindrical-coordinate representation of color #187A7E: hue angle of 182.35º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187A7E is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 122 | 126 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.51 |
| HSL | 182.35º | 0.68% | 0.29% | - |
| HSV(B) | 182.35º | 0.81% | 0.49% | - |
| XYZ | 11.1 | 15.62 | 22.17 | - |
| YUV | 93.15 | 146.53 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 122 | 126 | 0.81 | 0.03 | 0 | 0.51 | 182.35 | 0.68 | 0.29 |
| Hex | 18 | 7A | 7E | 51 | 3 | 0 | 33 | B6 | 44 | 1D |
| Octal | 30 | 172 | 176 | 121 | 3 | 0 | 63 | 266 | 104 | 35 |
| Binary | 11000 | 1111010 | 1111110 | 1010001 | 11 | 0 | 110011 | 10110110 | 1000100 | 11101 |
Color Harmonies of #187A7E
Complementary color
Monochromatic Colors of #187A7E
Black with #187A7E
Text Example
Text Example
White with #187A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187A7E; }
p { color: rgb(24,122,126); }
H1.HeaderClassName
{
color: #187A7E;
}
.AnyTagClassName
{
color: #187A7E;
}
</style>
background-color css
<style>
a { background-color: #187A7E; }
a { background-color: rgb(24,122,126); }
div.DivClassName
{
background-color: #187A7E;
}
.BgClassName
{
background-color: #187A7E;
}
</style>
border-color css
<style>
span { border-color: #187A7E; }
span { border-color: rgb(24,122,126); }
td.TdClassName
{
border-color: #187A7E;
}
.TagClassName
{
border-color: #187A7E;
}
</style>