Shades of Atoll #2E818B
Tints of Atoll #2E818B
RGB
CMYK
RGB Variations
Color information
#2E818B (or 0x2E818B) is known color: Atoll. HEX triplet: 2E, 81 and 8B. RGB value is (46,129,139). Sum of RGB (Red+Green+Blue) = 46+129+139=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E818B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E818B is #D17E74. Grayscale: #696969. Windows color (decimal): -13729397 or 9142574. OLE color: 9142574.
HSL color Cylindrical-coordinate representation of color #2E818B: hue angle of 186.45º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E818B is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 129 | 139 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.45 |
| HSL | 186.45º | 0.5% | 0.36% | - |
| HSV(B) | 186.45º | 0.67% | 0.55% | - |
| XYZ | 13.64 | 18.15 | 27.21 | - |
| YUV | 105.32 | 147 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 129 | 139 | 0.67 | 0.07 | 0 | 0.45 | 186.45 | 0.5 | 0.36 |
| Hex | 2E | 81 | 8B | 43 | 7 | 0 | 2D | BA | 32 | 24 |
| Octal | 56 | 201 | 213 | 103 | 7 | 0 | 55 | 272 | 62 | 44 |
| Binary | 101110 | 10000001 | 10001011 | 1000011 | 111 | 0 | 101101 | 10111010 | 110010 | 100100 |
Color Harmonies of #2E818B
Complementary color
Monochromatic Colors of #2E818B
Black with #2E818B
Text Example
Text Example
White with #2E818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E818B; }
p { color: rgb(46,129,139); }
H1.HeaderClassName
{
color: #2E818B;
}
.AnyTagClassName
{
color: #2E818B;
}
</style>
background-color css
<style>
a { background-color: #2E818B; }
a { background-color: rgb(46,129,139); }
div.DivClassName
{
background-color: #2E818B;
}
.BgClassName
{
background-color: #2E818B;
}
</style>
border-color css
<style>
span { border-color: #2E818B; }
span { border-color: rgb(46,129,139); }
td.TdClassName
{
border-color: #2E818B;
}
.TagClassName
{
border-color: #2E818B;
}
</style>