Shades of Atoll #28787D
Tints of Atoll #28787D
RGB
CMYK
RGB Variations
Color information
#28787D (or 0x28787D) is known color: Atoll. HEX triplet: 28, 78 and 7D. RGB value is (40,120,125). Sum of RGB (Red+Green+Blue) = 40+120+125=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #28787D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28787D is #D78782. Grayscale: #606060. Windows color (decimal): -14124931 or 8222760. OLE color: 8222760.
HSL color Cylindrical-coordinate representation of color #28787D: hue angle of 183.53º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28787D is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 120 | 125 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.51 |
| HSL | 183.53º | 0.52% | 0.32% | - |
| HSV(B) | 183.53º | 0.68% | 0.49% | - |
| XYZ | 11.29 | 15.36 | 21.77 | - |
| YUV | 96.65 | 144 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 125 | 0.68 | 0.04 | 0 | 0.51 | 183.53 | 0.52 | 0.32 |
| Hex | 28 | 78 | 7D | 44 | 4 | 0 | 33 | B8 | 34 | 20 |
| Octal | 50 | 170 | 175 | 104 | 4 | 0 | 63 | 270 | 64 | 40 |
| Binary | 101000 | 1111000 | 1111101 | 1000100 | 100 | 0 | 110011 | 10111000 | 110100 | 100000 |
Color Harmonies of #28787D
Complementary color
Monochromatic Colors of #28787D
Black with #28787D
Text Example
Text Example
White with #28787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28787D; }
p { color: rgb(40,120,125); }
H1.HeaderClassName
{
color: #28787D;
}
.AnyTagClassName
{
color: #28787D;
}
</style>
background-color css
<style>
a { background-color: #28787D; }
a { background-color: rgb(40,120,125); }
div.DivClassName
{
background-color: #28787D;
}
.BgClassName
{
background-color: #28787D;
}
</style>
border-color css
<style>
span { border-color: #28787D; }
span { border-color: rgb(40,120,125); }
td.TdClassName
{
border-color: #28787D;
}
.TagClassName
{
border-color: #28787D;
}
</style>