Shades of Atoll #28787F
Tints of Atoll #28787F
RGB
CMYK
RGB Variations
Color information
#28787F (or 0x28787F) is known color: Atoll. HEX triplet: 28, 78 and 7F. RGB value is (40,120,127). Sum of RGB (Red+Green+Blue) = 40+120+127=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #28787F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28787F is #D78780. Grayscale: #606060. Windows color (decimal): -14124929 or 8353832. OLE color: 8353832.
HSL color Cylindrical-coordinate representation of color #28787F: hue angle of 184.83º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28787F is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 120 | 127 | - |
| CMYK | 0.69 | 0.06 | 0 | 0.50 |
| HSL | 184.83º | 0.52% | 0.33% | - |
| HSV(B) | 184.83º | 0.69% | 0.5% | - |
| XYZ | 11.42 | 15.42 | 22.45 | - |
| YUV | 96.88 | 145 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 120 | 127 | 0.69 | 0.06 | 0 | 0.50 | 184.83 | 0.52 | 0.33 |
| Hex | 28 | 78 | 7F | 45 | 6 | 0 | 32 | B9 | 34 | 21 |
| Octal | 50 | 170 | 177 | 105 | 6 | 0 | 62 | 271 | 64 | 41 |
| Binary | 101000 | 1111000 | 1111111 | 1000101 | 110 | 0 | 110010 | 10111001 | 110100 | 100001 |
Color Harmonies of #28787F
Complementary color
Monochromatic Colors of #28787F
Black with #28787F
Text Example
Text Example
White with #28787F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28787F; }
p { color: rgb(40,120,127); }
H1.HeaderClassName
{
color: #28787F;
}
.AnyTagClassName
{
color: #28787F;
}
</style>
background-color css
<style>
a { background-color: #28787F; }
a { background-color: rgb(40,120,127); }
div.DivClassName
{
background-color: #28787F;
}
.BgClassName
{
background-color: #28787F;
}
</style>
border-color css
<style>
span { border-color: #28787F; }
span { border-color: rgb(40,120,127); }
td.TdClassName
{
border-color: #28787F;
}
.TagClassName
{
border-color: #28787F;
}
</style>