Shades of Atoll #288888
Tints of Atoll #288888
RGB
CMYK
RGB Variations
Color information
#288888 (or 0x288888) is known color: Atoll. HEX triplet: 28, 88 and 88. RGB value is (40,136,136). Sum of RGB (Red+Green+Blue) = 40+136+136=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #288888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288888 is #D77777. Grayscale: #6B6B6B. Windows color (decimal): -14120824 or 8947752. OLE color: 8947752.
HSL color Cylindrical-coordinate representation of color #288888: hue angle of 180º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288888 is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 136 | - |
| CMYK | 0.71 | 0 | 0 | 0.47 |
| HSL | 180º | 0.55% | 0.35% | - |
| HSV(B) | 180º | 0.71% | 0.53% | - |
| XYZ | 14.12 | 19.84 | 26.38 | - |
| YUV | 107.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 136 | 0.71 | 0 | 0 | 0.47 | 180 | 0.55 | 0.35 |
| Hex | 28 | 88 | 88 | 47 | 0 | 0 | 2F | B4 | 37 | 23 |
| Octal | 50 | 210 | 210 | 107 | 0 | 0 | 57 | 264 | 67 | 43 |
| Binary | 101000 | 10001000 | 10001000 | 1000111 | 0 | 0 | 101111 | 10110100 | 110111 | 100011 |
Color Harmonies of #288888
Complementary color
Monochromatic Colors of #288888
Black with #288888
Text Example
Text Example
White with #288888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288888; }
p { color: rgb(40,136,136); }
H1.HeaderClassName
{
color: #288888;
}
.AnyTagClassName
{
color: #288888;
}
</style>
background-color css
<style>
a { background-color: #288888; }
a { background-color: rgb(40,136,136); }
div.DivClassName
{
background-color: #288888;
}
.BgClassName
{
background-color: #288888;
}
</style>
border-color css
<style>
span { border-color: #288888; }
span { border-color: rgb(40,136,136); }
td.TdClassName
{
border-color: #288888;
}
.TagClassName
{
border-color: #288888;
}
</style>