Shades of Atoll #28818C
Tints of Atoll #28818C
RGB
CMYK
RGB Variations
Color information
#28818C (or 0x28818C) is known color: Atoll. HEX triplet: 28, 81 and 8C. RGB value is (40,129,140). Sum of RGB (Red+Green+Blue) = 40+129+140=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #28818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28818C is #D77E73. Grayscale: #676767. Windows color (decimal): -14122612 or 9208104. OLE color: 9208104.
HSL color Cylindrical-coordinate representation of color #28818C: hue angle of 186.6º 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 #28818C is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 129 | 140 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.45 |
| HSL | 186.6º | 0.56% | 0.35% | - |
| HSV(B) | 186.6º | 0.71% | 0.55% | - |
| XYZ | 13.46 | 18.05 | 27.58 | - |
| YUV | 103.64 | 148.51 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 140 | 0.71 | 0.08 | 0 | 0.45 | 186.6 | 0.56 | 0.35 |
| Hex | 28 | 81 | 8C | 47 | 8 | 0 | 2D | BB | 38 | 23 |
| Octal | 50 | 201 | 214 | 107 | 10 | 0 | 55 | 273 | 70 | 43 |
| Binary | 101000 | 10000001 | 10001100 | 1000111 | 1000 | 0 | 101101 | 10111011 | 111000 | 100011 |
Color Harmonies of #28818C
Complementary color
Monochromatic Colors of #28818C
Black with #28818C
Text Example
Text Example
White with #28818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28818C; }
p { color: rgb(40,129,140); }
H1.HeaderClassName
{
color: #28818C;
}
.AnyTagClassName
{
color: #28818C;
}
</style>
background-color css
<style>
a { background-color: #28818C; }
a { background-color: rgb(40,129,140); }
div.DivClassName
{
background-color: #28818C;
}
.BgClassName
{
background-color: #28818C;
}
</style>
border-color css
<style>
span { border-color: #28818C; }
span { border-color: rgb(40,129,140); }
td.TdClassName
{
border-color: #28818C;
}
.TagClassName
{
border-color: #28818C;
}
</style>