Shades of Atoll #28817E
Tints of Atoll #28817E
RGB
CMYK
RGB Variations
Color information
#28817E (or 0x28817E) is known color: Atoll. HEX triplet: 28, 81 and 7E. RGB value is (40,129,126). Sum of RGB (Red+Green+Blue) = 40+129+126=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #28817E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28817E is #D77E81. Grayscale: #656565. Windows color (decimal): -14122626 or 8290600. OLE color: 8290600.
HSL color Cylindrical-coordinate representation of color #28817E: hue angle of 177.98º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #28817E is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 129 | 126 | - |
| CMYK | 0.69 | 0 | 0.02 | 0.49 |
| HSL | 177.98º | 0.53% | 0.33% | - |
| HSV(B) | 177.98º | 0.69% | 0.51% | - |
| XYZ | 12.49 | 17.66 | 22.49 | - |
| YUV | 102.05 | 141.51 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 129 | 126 | 0.69 | 0 | 0.02 | 0.49 | 177.98 | 0.53 | 0.33 |
| Hex | 28 | 81 | 7E | 45 | 0 | 2 | 31 | B2 | 35 | 21 |
| Octal | 50 | 201 | 176 | 105 | 0 | 2 | 61 | 262 | 65 | 41 |
| Binary | 101000 | 10000001 | 1111110 | 1000101 | 0 | 10 | 110001 | 10110010 | 110101 | 100001 |
Color Harmonies of #28817E
Complementary color
Monochromatic Colors of #28817E
Black with #28817E
Text Example
Text Example
White with #28817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28817E; }
p { color: rgb(40,129,126); }
H1.HeaderClassName
{
color: #28817E;
}
.AnyTagClassName
{
color: #28817E;
}
</style>
background-color css
<style>
a { background-color: #28817E; }
a { background-color: rgb(40,129,126); }
div.DivClassName
{
background-color: #28817E;
}
.BgClassName
{
background-color: #28817E;
}
</style>
border-color css
<style>
span { border-color: #28817E; }
span { border-color: rgb(40,129,126); }
td.TdClassName
{
border-color: #28817E;
}
.TagClassName
{
border-color: #28817E;
}
</style>