Shades of Atoll #286D70
Tints of Atoll #286D70
RGB
CMYK
RGB Variations
Color information
#286D70 (or 0x286D70) is known color: Atoll. HEX triplet: 28, 6D and 70. RGB value is (40,109,112). Sum of RGB (Red+Green+Blue) = 40+109+112=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #286D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286D70 is #D7928F. Grayscale: #585858. Windows color (decimal): -14127760 or 7367976. OLE color: 7367976.
HSL color Cylindrical-coordinate representation of color #286D70: hue angle of 182.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286D70 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 109 | 112 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.56 |
| HSL | 182.5º | 0.47% | 0.3% | - |
| HSV(B) | 182.5º | 0.64% | 0.44% | - |
| XYZ | 9.27 | 12.56 | 17.26 | - |
| YUV | 88.71 | 141.14 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 112 | 0.64 | 0.03 | 0 | 0.56 | 182.5 | 0.47 | 0.3 |
| Hex | 28 | 6D | 70 | 40 | 3 | 0 | 38 | B6 | 2F | 1E |
| Octal | 50 | 155 | 160 | 100 | 3 | 0 | 70 | 266 | 57 | 36 |
| Binary | 101000 | 1101101 | 1110000 | 1000000 | 11 | 0 | 111000 | 10110110 | 101111 | 11110 |
Color Harmonies of #286D70
Complementary color
Monochromatic Colors of #286D70
Black with #286D70
Text Example
Text Example
White with #286D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286D70; }
p { color: rgb(40,109,112); }
H1.HeaderClassName
{
color: #286D70;
}
.AnyTagClassName
{
color: #286D70;
}
</style>
background-color css
<style>
a { background-color: #286D70; }
a { background-color: rgb(40,109,112); }
div.DivClassName
{
background-color: #286D70;
}
.BgClassName
{
background-color: #286D70;
}
</style>
border-color css
<style>
span { border-color: #286D70; }
span { border-color: rgb(40,109,112); }
td.TdClassName
{
border-color: #286D70;
}
.TagClassName
{
border-color: #286D70;
}
</style>