Shades of Atoll #287878
Tints of Atoll #287878
RGB
CMYK
RGB Variations
Color information
#287878 (or 0x287878) is known color: Atoll. HEX triplet: 28, 78 and 78. RGB value is (40,120,120). Sum of RGB (Red+Green+Blue) = 40+120+120=280 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.29% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #287878 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287878 is #D78787. Grayscale: #606060. Windows color (decimal): -14124936 or 7895080. OLE color: 7895080.
HSL color Cylindrical-coordinate representation of color #287878: hue angle of 180º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287878 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 120 | 120 | - |
| CMYK | 0.67 | 0 | 0 | 0.53 |
| HSL | 180º | 0.5% | 0.31% | - |
| HSV(B) | 180º | 0.67% | 0.47% | - |
| XYZ | 10.98 | 15.24 | 20.13 | - |
| YUV | 96.08 | 141.5 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 120 | 0.67 | 0 | 0 | 0.53 | 180 | 0.5 | 0.31 |
| Hex | 28 | 78 | 78 | 43 | 0 | 0 | 35 | B4 | 32 | 1F |
| Octal | 50 | 170 | 170 | 103 | 0 | 0 | 65 | 264 | 62 | 37 |
| Binary | 101000 | 1111000 | 1111000 | 1000011 | 0 | 0 | 110101 | 10110100 | 110010 | 11111 |
Color Harmonies of #287878
Complementary color
Monochromatic Colors of #287878
Black with #287878
Text Example
Text Example
White with #287878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287878; }
p { color: rgb(40,120,120); }
H1.HeaderClassName
{
color: #287878;
}
.AnyTagClassName
{
color: #287878;
}
</style>
background-color css
<style>
a { background-color: #287878; }
a { background-color: rgb(40,120,120); }
div.DivClassName
{
background-color: #287878;
}
.BgClassName
{
background-color: #287878;
}
</style>
border-color css
<style>
span { border-color: #287878; }
span { border-color: rgb(40,120,120); }
td.TdClassName
{
border-color: #287878;
}
.TagClassName
{
border-color: #287878;
}
</style>