Shades of Atoll #288785
Tints of Atoll #288785
RGB
CMYK
RGB Variations
Color information
#288785 (or 0x288785) is known color: Atoll. HEX triplet: 28, 87 and 85. RGB value is (40,135,133). Sum of RGB (Red+Green+Blue) = 40+135+133=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #288785 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288785 is #D7787A. Grayscale: #6A6A6A. Windows color (decimal): -14121083 or 8750888. OLE color: 8750888.
HSL color Cylindrical-coordinate representation of color #288785: hue angle of 178.74º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288785 is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 135 | 133 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.47 |
| HSL | 178.74º | 0.54% | 0.34% | - |
| HSV(B) | 178.74º | 0.7% | 0.53% | - |
| XYZ | 13.77 | 19.47 | 25.22 | - |
| YUV | 106.37 | 143.03 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 133 | 0.70 | 0 | 0.01 | 0.47 | 178.74 | 0.54 | 0.34 |
| Hex | 28 | 87 | 85 | 46 | 0 | 1 | 2F | B3 | 36 | 22 |
| Octal | 50 | 207 | 205 | 106 | 0 | 1 | 57 | 263 | 66 | 42 |
| Binary | 101000 | 10000111 | 10000101 | 1000110 | 0 | 1 | 101111 | 10110011 | 110110 | 100010 |
Color Harmonies of #288785
Complementary color
Monochromatic Colors of #288785
Black with #288785
Text Example
Text Example
White with #288785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288785; }
p { color: rgb(40,135,133); }
H1.HeaderClassName
{
color: #288785;
}
.AnyTagClassName
{
color: #288785;
}
</style>
background-color css
<style>
a { background-color: #288785; }
a { background-color: rgb(40,135,133); }
div.DivClassName
{
background-color: #288785;
}
.BgClassName
{
background-color: #288785;
}
</style>
border-color css
<style>
span { border-color: #288785; }
span { border-color: rgb(40,135,133); }
td.TdClassName
{
border-color: #288785;
}
.TagClassName
{
border-color: #288785;
}
</style>