Shades of Atoll #187D82
Tints of Atoll #187D82
RGB
CMYK
RGB Variations
Color information
#187D82 (or 0x187D82) is known color: Atoll. HEX triplet: 18, 7D and 82. RGB value is (24,125,130). Sum of RGB (Red+Green+Blue) = 24+125+130=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #187D82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187D82 is #E7827D. Grayscale: #5F5F5F. Windows color (decimal): -15172222 or 8551704. OLE color: 8551704.
HSL color Cylindrical-coordinate representation of color #187D82: hue angle of 182.83º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #187D82 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 125 | 130 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.49 |
| HSL | 182.83º | 0.69% | 0.3% | - |
| HSV(B) | 182.83º | 0.82% | 0.51% | - |
| XYZ | 11.74 | 16.47 | 23.68 | - |
| YUV | 95.37 | 147.54 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 125 | 130 | 0.82 | 0.04 | 0 | 0.49 | 182.83 | 0.69 | 0.3 |
| Hex | 18 | 7D | 82 | 52 | 4 | 0 | 31 | B7 | 45 | 1E |
| Octal | 30 | 175 | 202 | 122 | 4 | 0 | 61 | 267 | 105 | 36 |
| Binary | 11000 | 1111101 | 10000010 | 1010010 | 100 | 0 | 110001 | 10110111 | 1000101 | 11110 |
Color Harmonies of #187D82
Complementary color
Monochromatic Colors of #187D82
Black with #187D82
Text Example
Text Example
White with #187D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187D82; }
p { color: rgb(24,125,130); }
H1.HeaderClassName
{
color: #187D82;
}
.AnyTagClassName
{
color: #187D82;
}
</style>
background-color css
<style>
a { background-color: #187D82; }
a { background-color: rgb(24,125,130); }
div.DivClassName
{
background-color: #187D82;
}
.BgClassName
{
background-color: #187D82;
}
</style>
border-color css
<style>
span { border-color: #187D82; }
span { border-color: rgb(24,125,130); }
td.TdClassName
{
border-color: #187D82;
}
.TagClassName
{
border-color: #187D82;
}
</style>