Shades of Atoll #28828C
Tints of Atoll #28828C
RGB
CMYK
RGB Variations
Color information
#28828C (or 0x28828C) is known color: Atoll. HEX triplet: 28, 82 and 8C. RGB value is (40,130,140). Sum of RGB (Red+Green+Blue) = 40+130+140=310 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.90% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #28828C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28828C is #D77D73. Grayscale: #686868. Windows color (decimal): -14122356 or 9208360. OLE color: 9208360.
HSL color Cylindrical-coordinate representation of color #28828C: hue angle of 186º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28828C is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 130 | 140 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.45 |
| HSL | 186º | 0.56% | 0.35% | - |
| HSV(B) | 186º | 0.71% | 0.55% | - |
| XYZ | 13.59 | 18.31 | 27.63 | - |
| YUV | 104.23 | 148.18 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 140 | 0.71 | 0.07 | 0 | 0.45 | 186 | 0.56 | 0.35 |
| Hex | 28 | 82 | 8C | 47 | 7 | 0 | 2D | BA | 38 | 23 |
| Octal | 50 | 202 | 214 | 107 | 7 | 0 | 55 | 272 | 70 | 43 |
| Binary | 101000 | 10000010 | 10001100 | 1000111 | 111 | 0 | 101101 | 10111010 | 111000 | 100011 |
Color Harmonies of #28828C
Complementary color
Monochromatic Colors of #28828C
Black with #28828C
Text Example
Text Example
White with #28828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28828C; }
p { color: rgb(40,130,140); }
H1.HeaderClassName
{
color: #28828C;
}
.AnyTagClassName
{
color: #28828C;
}
</style>
background-color css
<style>
a { background-color: #28828C; }
a { background-color: rgb(40,130,140); }
div.DivClassName
{
background-color: #28828C;
}
.BgClassName
{
background-color: #28828C;
}
</style>
border-color css
<style>
span { border-color: #28828C; }
span { border-color: rgb(40,130,140); }
td.TdClassName
{
border-color: #28828C;
}
.TagClassName
{
border-color: #28828C;
}
</style>