Shades of Atoll #187F85
Tints of Atoll #187F85
RGB
CMYK
RGB Variations
Color information
#187F85 (or 0x187F85) is known color: Atoll. HEX triplet: 18, 7F and 85. RGB value is (24,127,133). Sum of RGB (Red+Green+Blue) = 24+127+133=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #187F85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #187F85 is #E7807A. Grayscale: #606060. Windows color (decimal): -15171707 or 8748824. OLE color: 8748824.
HSL color Cylindrical-coordinate representation of color #187F85: hue angle of 183.3º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #187F85 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 24 | 127 | 133 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.48 |
| HSL | 183.3º | 0.69% | 0.31% | - |
| HSV(B) | 183.3º | 0.82% | 0.52% | - |
| XYZ | 12.2 | 17.07 | 24.84 | - |
| YUV | 96.89 | 148.38 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 127 | 133 | 0.82 | 0.05 | 0 | 0.48 | 183.3 | 0.69 | 0.31 |
| Hex | 18 | 7F | 85 | 52 | 5 | 0 | 30 | B7 | 45 | 1F |
| Octal | 30 | 177 | 205 | 122 | 5 | 0 | 60 | 267 | 105 | 37 |
| Binary | 11000 | 1111111 | 10000101 | 1010010 | 101 | 0 | 110000 | 10110111 | 1000101 | 11111 |
Color Harmonies of #187F85
Complementary color
Monochromatic Colors of #187F85
Black with #187F85
Text Example
Text Example
White with #187F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187F85; }
p { color: rgb(24,127,133); }
H1.HeaderClassName
{
color: #187F85;
}
.AnyTagClassName
{
color: #187F85;
}
</style>
background-color css
<style>
a { background-color: #187F85; }
a { background-color: rgb(24,127,133); }
div.DivClassName
{
background-color: #187F85;
}
.BgClassName
{
background-color: #187F85;
}
</style>
border-color css
<style>
span { border-color: #187F85; }
span { border-color: rgb(24,127,133); }
td.TdClassName
{
border-color: #187F85;
}
.TagClassName
{
border-color: #187F85;
}
</style>