Shades of Atoll #286D73
Tints of Atoll #286D73
RGB
CMYK
RGB Variations
Color information
#286D73 (or 0x286D73) is known color: Atoll. HEX triplet: 28, 6D and 73. RGB value is (40,109,115). Sum of RGB (Red+Green+Blue) = 40+109+115=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #286D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286D73 is #D7928C. Grayscale: #585858. Windows color (decimal): -14127757 or 7564584. OLE color: 7564584.
HSL color Cylindrical-coordinate representation of color #286D73: hue angle of 184.8º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #286D73 is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 109 | 115 | - |
| CMYK | 0.65 | 0.05 | 0 | 0.55 |
| HSL | 184.8º | 0.48% | 0.3% | - |
| HSV(B) | 184.8º | 0.65% | 0.45% | - |
| XYZ | 9.44 | 12.63 | 18.16 | - |
| YUV | 89.05 | 142.64 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 109 | 115 | 0.65 | 0.05 | 0 | 0.55 | 184.8 | 0.48 | 0.3 |
| Hex | 28 | 6D | 73 | 41 | 5 | 0 | 37 | B9 | 30 | 1E |
| Octal | 50 | 155 | 163 | 101 | 5 | 0 | 67 | 271 | 60 | 36 |
| Binary | 101000 | 1101101 | 1110011 | 1000001 | 101 | 0 | 110111 | 10111001 | 110000 | 11110 |
Color Harmonies of #286D73
Complementary color
Monochromatic Colors of #286D73
Black with #286D73
Text Example
Text Example
White with #286D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286D73; }
p { color: rgb(40,109,115); }
H1.HeaderClassName
{
color: #286D73;
}
.AnyTagClassName
{
color: #286D73;
}
</style>
background-color css
<style>
a { background-color: #286D73; }
a { background-color: rgb(40,109,115); }
div.DivClassName
{
background-color: #286D73;
}
.BgClassName
{
background-color: #286D73;
}
</style>
border-color css
<style>
span { border-color: #286D73; }
span { border-color: rgb(40,109,115); }
td.TdClassName
{
border-color: #286D73;
}
.TagClassName
{
border-color: #286D73;
}
</style>