Shades of Atoll #187A7C
Tints of Atoll #187A7C
RGB
CMYK
RGB Variations
Color information
#187A7C (or 0x187A7C) is known color: Atoll. HEX triplet: 18, 7A and 7C. RGB value is (24,122,124). Sum of RGB (Red+Green+Blue) = 24+122+124=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #187A7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187A7C is #E78583. Grayscale: #5C5C5C. Windows color (decimal): -15172996 or 8157720. OLE color: 8157720.
HSL color Cylindrical-coordinate representation of color #187A7C: hue angle of 181.2º 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 #187A7C is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 122 | 124 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.51 |
| HSL | 181.2º | 0.68% | 0.29% | - |
| HSV(B) | 181.2º | 0.81% | 0.49% | - |
| XYZ | 10.97 | 15.57 | 21.5 | - |
| YUV | 92.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 122 | 124 | 0.81 | 0.02 | 0 | 0.51 | 181.2 | 0.68 | 0.29 |
| Hex | 18 | 7A | 7C | 51 | 2 | 0 | 33 | B5 | 44 | 1D |
| Octal | 30 | 172 | 174 | 121 | 2 | 0 | 63 | 265 | 104 | 35 |
| Binary | 11000 | 1111010 | 1111100 | 1010001 | 10 | 0 | 110011 | 10110101 | 1000100 | 11101 |
Color Harmonies of #187A7C
Complementary color
Monochromatic Colors of #187A7C
Black with #187A7C
Text Example
Text Example
White with #187A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187A7C; }
p { color: rgb(24,122,124); }
H1.HeaderClassName
{
color: #187A7C;
}
.AnyTagClassName
{
color: #187A7C;
}
</style>
background-color css
<style>
a { background-color: #187A7C; }
a { background-color: rgb(24,122,124); }
div.DivClassName
{
background-color: #187A7C;
}
.BgClassName
{
background-color: #187A7C;
}
</style>
border-color css
<style>
span { border-color: #187A7C; }
span { border-color: rgb(24,122,124); }
td.TdClassName
{
border-color: #187A7C;
}
.TagClassName
{
border-color: #187A7C;
}
</style>