Shades of Atoll #28868A
Tints of Atoll #28868A
RGB
CMYK
RGB Variations
Color information
#28868A (or 0x28868A) is known color: Atoll. HEX triplet: 28, 86 and 8A. RGB value is (40,134,138). Sum of RGB (Red+Green+Blue) = 40+134+138=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 138 - color contains mainly: blue. Hex color #28868A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28868A is #D77975. Grayscale: #6A6A6A. Windows color (decimal): -14121334 or 9078312. OLE color: 9078312.
HSL color Cylindrical-coordinate representation of color #28868A: hue angle of 182.45º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28868A is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 134 | 138 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.46 |
| HSL | 182.45º | 0.55% | 0.35% | - |
| HSV(B) | 182.45º | 0.71% | 0.54% | - |
| XYZ | 13.99 | 19.34 | 27.04 | - |
| YUV | 106.35 | 145.86 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 138 | 0.71 | 0.03 | 0 | 0.46 | 182.45 | 0.55 | 0.35 |
| Hex | 28 | 86 | 8A | 47 | 3 | 0 | 2E | B6 | 37 | 23 |
| Octal | 50 | 206 | 212 | 107 | 3 | 0 | 56 | 266 | 67 | 43 |
| Binary | 101000 | 10000110 | 10001010 | 1000111 | 11 | 0 | 101110 | 10110110 | 110111 | 100011 |
Color Harmonies of #28868A
Complementary color
Monochromatic Colors of #28868A
Black with #28868A
Text Example
Text Example
White with #28868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28868A; }
p { color: rgb(40,134,138); }
H1.HeaderClassName
{
color: #28868A;
}
.AnyTagClassName
{
color: #28868A;
}
</style>
background-color css
<style>
a { background-color: #28868A; }
a { background-color: rgb(40,134,138); }
div.DivClassName
{
background-color: #28868A;
}
.BgClassName
{
background-color: #28868A;
}
</style>
border-color css
<style>
span { border-color: #28868A; }
span { border-color: rgb(40,134,138); }
td.TdClassName
{
border-color: #28868A;
}
.TagClassName
{
border-color: #28868A;
}
</style>