Shades of Atoll #2E848A
Tints of Atoll #2E848A
RGB
CMYK
RGB Variations
Color information
#2E848A (or 0x2E848A) is known color: Atoll. HEX triplet: 2E, 84 and 8A. RGB value is (46,132,138). Sum of RGB (Red+Green+Blue) = 46+132+138=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #2E848A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E848A is #D17B75. Grayscale: #6A6A6A. Windows color (decimal): -13728630 or 9077806. OLE color: 9077806.
HSL color Cylindrical-coordinate representation of color #2E848A: hue angle of 183.91º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E848A is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 132 | 138 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.46 |
| HSL | 183.91º | 0.5% | 0.36% | - |
| HSV(B) | 183.91º | 0.67% | 0.54% | - |
| XYZ | 13.97 | 18.92 | 26.96 | - |
| YUV | 106.97 | 145.51 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 132 | 138 | 0.67 | 0.04 | 0 | 0.46 | 183.91 | 0.5 | 0.36 |
| Hex | 2E | 84 | 8A | 43 | 4 | 0 | 2E | B8 | 32 | 24 |
| Octal | 56 | 204 | 212 | 103 | 4 | 0 | 56 | 270 | 62 | 44 |
| Binary | 101110 | 10000100 | 10001010 | 1000011 | 100 | 0 | 101110 | 10111000 | 110010 | 100100 |
Color Harmonies of #2E848A
Complementary color
Monochromatic Colors of #2E848A
Black with #2E848A
Text Example
Text Example
White with #2E848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E848A; }
p { color: rgb(46,132,138); }
H1.HeaderClassName
{
color: #2E848A;
}
.AnyTagClassName
{
color: #2E848A;
}
</style>
background-color css
<style>
a { background-color: #2E848A; }
a { background-color: rgb(46,132,138); }
div.DivClassName
{
background-color: #2E848A;
}
.BgClassName
{
background-color: #2E848A;
}
</style>
border-color css
<style>
span { border-color: #2E848A; }
span { border-color: rgb(46,132,138); }
td.TdClassName
{
border-color: #2E848A;
}
.TagClassName
{
border-color: #2E848A;
}
</style>