Shades of Atoll #288885
Tints of Atoll #288885
RGB
CMYK
RGB Variations
Color information
#288885 (or 0x288885) is known color: Atoll. HEX triplet: 28, 88 and 85. RGB value is (40,136,133). Sum of RGB (Red+Green+Blue) = 40+136+133=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 136 - color contains mainly: green. Hex color #288885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288885 is #D7777A. Grayscale: #6A6A6A. Windows color (decimal): -14120827 or 8751144. OLE color: 8751144.
HSL color Cylindrical-coordinate representation of color #288885: hue angle of 178.12º 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 #288885 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 136 | 133 | - |
| CMYK | 0.71 | 0 | 0.02 | 0.47 |
| HSL | 178.13º | 0.55% | 0.35% | - |
| HSV(B) | 178.13º | 0.71% | 0.53% | - |
| XYZ | 13.91 | 19.75 | 25.27 | - |
| YUV | 106.95 | 142.7 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 133 | 0.71 | 0 | 0.02 | 0.47 | 178.13 | 0.55 | 0.35 |
| Hex | 28 | 88 | 85 | 47 | 0 | 2 | 2F | B2 | 37 | 23 |
| Octal | 50 | 210 | 205 | 107 | 0 | 2 | 57 | 262 | 67 | 43 |
| Binary | 101000 | 10001000 | 10000101 | 1000111 | 0 | 10 | 101111 | 10110010 | 110111 | 100011 |
Color Harmonies of #288885
Complementary color
Monochromatic Colors of #288885
Black with #288885
Text Example
Text Example
White with #288885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288885; }
p { color: rgb(40,136,133); }
H1.HeaderClassName
{
color: #288885;
}
.AnyTagClassName
{
color: #288885;
}
</style>
background-color css
<style>
a { background-color: #288885; }
a { background-color: rgb(40,136,133); }
div.DivClassName
{
background-color: #288885;
}
.BgClassName
{
background-color: #288885;
}
</style>
border-color css
<style>
span { border-color: #288885; }
span { border-color: rgb(40,136,133); }
td.TdClassName
{
border-color: #288885;
}
.TagClassName
{
border-color: #288885;
}
</style>