Shades of Atoll #286F70
Tints of Atoll #286F70
RGB
CMYK
RGB Variations
Color information
#286F70 (or 0x286F70) is known color: Atoll. HEX triplet: 28, 6F and 70. RGB value is (40,111,112). Sum of RGB (Red+Green+Blue) = 40+111+112=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #286F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286F70 is #D7908F. Grayscale: #595959. Windows color (decimal): -14127248 or 7368488. OLE color: 7368488.
HSL color Cylindrical-coordinate representation of color #286F70: hue angle of 180.83º 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 #286F70 is Cyan = 0.64, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 111 | 112 | - |
| CMYK | 0.64 | 0.01 | 0 | 0.56 |
| HSL | 180.83º | 0.47% | 0.3% | - |
| HSV(B) | 180.83º | 0.64% | 0.44% | - |
| XYZ | 9.48 | 12.99 | 17.34 | - |
| YUV | 89.89 | 140.48 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 112 | 0.64 | 0.01 | 0 | 0.56 | 180.83 | 0.47 | 0.3 |
| Hex | 28 | 6F | 70 | 40 | 1 | 0 | 38 | B5 | 2F | 1E |
| Octal | 50 | 157 | 160 | 100 | 1 | 0 | 70 | 265 | 57 | 36 |
| Binary | 101000 | 1101111 | 1110000 | 1000000 | 1 | 0 | 111000 | 10110101 | 101111 | 11110 |
Color Harmonies of #286F70
Complementary color
Monochromatic Colors of #286F70
Black with #286F70
Text Example
Text Example
White with #286F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286F70; }
p { color: rgb(40,111,112); }
H1.HeaderClassName
{
color: #286F70;
}
.AnyTagClassName
{
color: #286F70;
}
</style>
background-color css
<style>
a { background-color: #286F70; }
a { background-color: rgb(40,111,112); }
div.DivClassName
{
background-color: #286F70;
}
.BgClassName
{
background-color: #286F70;
}
</style>
border-color css
<style>
span { border-color: #286F70; }
span { border-color: rgb(40,111,112); }
td.TdClassName
{
border-color: #286F70;
}
.TagClassName
{
border-color: #286F70;
}
</style>