Shades of Atoll #187E81
Tints of Atoll #187E81
RGB
CMYK
RGB Variations
Color information
#187E81 (or 0x187E81) is known color: Atoll. HEX triplet: 18, 7E and 81. RGB value is (24,126,129). Sum of RGB (Red+Green+Blue) = 24+126+129=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 129 (50.78% from 255 or 46.24% from 279); Max value from RGB is 129 - color contains mainly: blue. Hex color #187E81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187E81 is #E7817E. Grayscale: #5F5F5F. Windows color (decimal): -15171967 or 8486424. OLE color: 8486424.
HSL color Cylindrical-coordinate representation of color #187E81: hue angle of 181.71º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187E81 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 126 | 129 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.49 |
| HSL | 181.71º | 0.69% | 0.3% | - |
| HSV(B) | 181.71º | 0.81% | 0.51% | - |
| XYZ | 11.8 | 16.7 | 23.37 | - |
| YUV | 95.84 | 146.71 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 126 | 129 | 0.81 | 0.02 | 0 | 0.49 | 181.71 | 0.69 | 0.3 |
| Hex | 18 | 7E | 81 | 51 | 2 | 0 | 31 | B6 | 45 | 1E |
| Octal | 30 | 176 | 201 | 121 | 2 | 0 | 61 | 266 | 105 | 36 |
| Binary | 11000 | 1111110 | 10000001 | 1010001 | 10 | 0 | 110001 | 10110110 | 1000101 | 11110 |
Color Harmonies of #187E81
Complementary color
Monochromatic Colors of #187E81
Black with #187E81
Text Example
Text Example
White with #187E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187E81; }
p { color: rgb(24,126,129); }
H1.HeaderClassName
{
color: #187E81;
}
.AnyTagClassName
{
color: #187E81;
}
</style>
background-color css
<style>
a { background-color: #187E81; }
a { background-color: rgb(24,126,129); }
div.DivClassName
{
background-color: #187E81;
}
.BgClassName
{
background-color: #187E81;
}
</style>
border-color css
<style>
span { border-color: #187E81; }
span { border-color: rgb(24,126,129); }
td.TdClassName
{
border-color: #187E81;
}
.TagClassName
{
border-color: #187E81;
}
</style>