Shades of Atoll #2E818C
Tints of Atoll #2E818C
RGB
CMYK
RGB Variations
Color information
#2E818C (or 0x2E818C) is known color: Atoll. HEX triplet: 2E, 81 and 8C. RGB value is (46,129,140). Sum of RGB (Red+Green+Blue) = 46+129+140=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 140 (55.08% from 255 or 44.44% from 315); Max value from RGB is 140 - color contains mainly: blue. Hex color #2E818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E818C is #D17E73. Grayscale: #696969. Windows color (decimal): -13729396 or 9208110. OLE color: 9208110.
HSL color Cylindrical-coordinate representation of color #2E818C: hue angle of 187.02º degrees, saturation: 0.51, 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 #2E818C is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 129 | 140 | - |
| CMYK | 0.67 | 0.08 | 0 | 0.45 |
| HSL | 187.02º | 0.51% | 0.36% | - |
| HSV(B) | 187.02º | 0.67% | 0.55% | - |
| XYZ | 13.71 | 18.17 | 27.6 | - |
| YUV | 105.44 | 147.5 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 129 | 140 | 0.67 | 0.08 | 0 | 0.45 | 187.02 | 0.51 | 0.36 |
| Hex | 2E | 81 | 8C | 43 | 8 | 0 | 2D | BB | 33 | 24 |
| Octal | 56 | 201 | 214 | 103 | 10 | 0 | 55 | 273 | 63 | 44 |
| Binary | 101110 | 10000001 | 10001100 | 1000011 | 1000 | 0 | 101101 | 10111011 | 110011 | 100100 |
Color Harmonies of #2E818C
Complementary color
Monochromatic Colors of #2E818C
Black with #2E818C
Text Example
Text Example
White with #2E818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E818C; }
p { color: rgb(46,129,140); }
H1.HeaderClassName
{
color: #2E818C;
}
.AnyTagClassName
{
color: #2E818C;
}
</style>
background-color css
<style>
a { background-color: #2E818C; }
a { background-color: rgb(46,129,140); }
div.DivClassName
{
background-color: #2E818C;
}
.BgClassName
{
background-color: #2E818C;
}
</style>
border-color css
<style>
span { border-color: #2E818C; }
span { border-color: rgb(46,129,140); }
td.TdClassName
{
border-color: #2E818C;
}
.TagClassName
{
border-color: #2E818C;
}
</style>