Shades of Atoll #18787E
Tints of Atoll #18787E
RGB
CMYK
RGB Variations
Color information
#18787E (or 0x18787E) is known color: Atoll. HEX triplet: 18, 78 and 7E. RGB value is (24,120,126). Sum of RGB (Red+Green+Blue) = 24+120+126=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 126 - color contains mainly: blue. Hex color #18787E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18787E is #E78781. Grayscale: #5B5B5B. Windows color (decimal): -15173506 or 8288280. OLE color: 8288280.
HSL color Cylindrical-coordinate representation of color #18787E: hue angle of 183.53º 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 #18787E is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 120 | 126 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.51 |
| HSL | 183.53º | 0.68% | 0.29% | - |
| HSV(B) | 183.53º | 0.81% | 0.49% | - |
| XYZ | 10.86 | 15.13 | 22.09 | - |
| YUV | 91.98 | 147.2 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 120 | 126 | 0.81 | 0.05 | 0 | 0.51 | 183.53 | 0.68 | 0.29 |
| Hex | 18 | 78 | 7E | 51 | 5 | 0 | 33 | B8 | 44 | 1D |
| Octal | 30 | 170 | 176 | 121 | 5 | 0 | 63 | 270 | 104 | 35 |
| Binary | 11000 | 1111000 | 1111110 | 1010001 | 101 | 0 | 110011 | 10111000 | 1000100 | 11101 |
Color Harmonies of #18787E
Complementary color
Monochromatic Colors of #18787E
Black with #18787E
Text Example
Text Example
White with #18787E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18787E; }
p { color: rgb(24,120,126); }
H1.HeaderClassName
{
color: #18787E;
}
.AnyTagClassName
{
color: #18787E;
}
</style>
background-color css
<style>
a { background-color: #18787E; }
a { background-color: rgb(24,120,126); }
div.DivClassName
{
background-color: #18787E;
}
.BgClassName
{
background-color: #18787E;
}
</style>
border-color css
<style>
span { border-color: #18787E; }
span { border-color: rgb(24,120,126); }
td.TdClassName
{
border-color: #18787E;
}
.TagClassName
{
border-color: #18787E;
}
</style>