Shades of Atoll #2E8188
Tints of Atoll #2E8188
RGB
CMYK
RGB Variations
Color information
#2E8188 (or 0x2E8188) is known color: Atoll. HEX triplet: 2E, 81 and 88. RGB value is (46,129,136). Sum of RGB (Red+Green+Blue) = 46+129+136=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E8188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8188 is #D17E77. Grayscale: #686868. Windows color (decimal): -13729400 or 8945966. OLE color: 8945966.
HSL color Cylindrical-coordinate representation of color #2E8188: hue angle of 184.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E8188 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 129 | 136 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.47 |
| HSL | 184.67º | 0.49% | 0.36% | - |
| HSV(B) | 184.67º | 0.66% | 0.53% | - |
| XYZ | 13.42 | 18.06 | 26.07 | - |
| YUV | 104.98 | 145.5 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 129 | 136 | 0.66 | 0.05 | 0 | 0.47 | 184.67 | 0.49 | 0.36 |
| Hex | 2E | 81 | 88 | 42 | 5 | 0 | 2F | B9 | 31 | 24 |
| Octal | 56 | 201 | 210 | 102 | 5 | 0 | 57 | 271 | 61 | 44 |
| Binary | 101110 | 10000001 | 10001000 | 1000010 | 101 | 0 | 101111 | 10111001 | 110001 | 100100 |
Color Harmonies of #2E8188
Complementary color
Monochromatic Colors of #2E8188
Black with #2E8188
Text Example
Text Example
White with #2E8188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E8188; }
p { color: rgb(46,129,136); }
H1.HeaderClassName
{
color: #2E8188;
}
.AnyTagClassName
{
color: #2E8188;
}
</style>
background-color css
<style>
a { background-color: #2E8188; }
a { background-color: rgb(46,129,136); }
div.DivClassName
{
background-color: #2E8188;
}
.BgClassName
{
background-color: #2E8188;
}
</style>
border-color css
<style>
span { border-color: #2E8188; }
span { border-color: rgb(46,129,136); }
td.TdClassName
{
border-color: #2E8188;
}
.TagClassName
{
border-color: #2E8188;
}
</style>