Shades of Atoll #28818A
Tints of Atoll #28818A
RGB
CMYK
RGB Variations
Color information
#28818A (or 0x28818A) is known color: Atoll. HEX triplet: 28, 81 and 8A. RGB value is (40,129,138). Sum of RGB (Red+Green+Blue) = 40+129+138=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #28818A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28818A is #D77E75. Grayscale: #676767. Windows color (decimal): -14122614 or 9077032. OLE color: 9077032.
HSL color Cylindrical-coordinate representation of color #28818A: hue angle of 185.51º 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 #28818A is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 129 | 138 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.46 |
| HSL | 185.51º | 0.55% | 0.35% | - |
| HSV(B) | 185.51º | 0.71% | 0.54% | - |
| XYZ | 13.31 | 17.99 | 26.81 | - |
| YUV | 103.42 | 147.51 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 138 | 0.71 | 0.07 | 0 | 0.46 | 185.51 | 0.55 | 0.35 |
| Hex | 28 | 81 | 8A | 47 | 7 | 0 | 2E | BA | 37 | 23 |
| Octal | 50 | 201 | 212 | 107 | 7 | 0 | 56 | 272 | 67 | 43 |
| Binary | 101000 | 10000001 | 10001010 | 1000111 | 111 | 0 | 101110 | 10111010 | 110111 | 100011 |
Color Harmonies of #28818A
Complementary color
Monochromatic Colors of #28818A
Black with #28818A
Text Example
Text Example
White with #28818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28818A; }
p { color: rgb(40,129,138); }
H1.HeaderClassName
{
color: #28818A;
}
.AnyTagClassName
{
color: #28818A;
}
</style>
background-color css
<style>
a { background-color: #28818A; }
a { background-color: rgb(40,129,138); }
div.DivClassName
{
background-color: #28818A;
}
.BgClassName
{
background-color: #28818A;
}
</style>
border-color css
<style>
span { border-color: #28818A; }
span { border-color: rgb(40,129,138); }
td.TdClassName
{
border-color: #28818A;
}
.TagClassName
{
border-color: #28818A;
}
</style>