Shades of Atoll #2E828B
Tints of Atoll #2E828B
RGB
CMYK
RGB Variations
Color information
#2E828B (or 0x2E828B) is known color: Atoll. HEX triplet: 2E, 82 and 8B. RGB value is (46,130,139). Sum of RGB (Red+Green+Blue) = 46+130+139=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E828B is #D17D74. Grayscale: #696969. Windows color (decimal): -13729141 or 9142830. OLE color: 9142830.
HSL color Cylindrical-coordinate representation of color #2E828B: hue angle of 185.81º 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 #2E828B is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 130 | 139 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.45 |
| HSL | 185.81º | 0.5% | 0.36% | - |
| HSV(B) | 185.81º | 0.67% | 0.55% | - |
| XYZ | 13.77 | 18.41 | 27.25 | - |
| YUV | 105.91 | 146.67 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 130 | 139 | 0.67 | 0.06 | 0 | 0.45 | 185.81 | 0.5 | 0.36 |
| Hex | 2E | 82 | 8B | 43 | 6 | 0 | 2D | BA | 32 | 24 |
| Octal | 56 | 202 | 213 | 103 | 6 | 0 | 55 | 272 | 62 | 44 |
| Binary | 101110 | 10000010 | 10001011 | 1000011 | 110 | 0 | 101101 | 10111010 | 110010 | 100100 |
Color Harmonies of #2E828B
Complementary color
Monochromatic Colors of #2E828B
Black with #2E828B
Text Example
Text Example
White with #2E828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E828B; }
p { color: rgb(46,130,139); }
H1.HeaderClassName
{
color: #2E828B;
}
.AnyTagClassName
{
color: #2E828B;
}
</style>
background-color css
<style>
a { background-color: #2E828B; }
a { background-color: rgb(46,130,139); }
div.DivClassName
{
background-color: #2E828B;
}
.BgClassName
{
background-color: #2E828B;
}
</style>
border-color css
<style>
span { border-color: #2E828B; }
span { border-color: rgb(46,130,139); }
td.TdClassName
{
border-color: #2E828B;
}
.TagClassName
{
border-color: #2E828B;
}
</style>