Shades of Atoll #2E7776
Tints of Atoll #2E7776
RGB
CMYK
RGB Variations
Color information
#2E7776 (or 0x2E7776) is known color: Atoll. HEX triplet: 2E, 77 and 76. RGB value is (46,119,118). Sum of RGB (Red+Green+Blue) = 46+119+118=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #2E7776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7776 is #D18889. Grayscale: #606060. Windows color (decimal): -13731978 or 7763758. OLE color: 7763758.
HSL color Cylindrical-coordinate representation of color #2E7776: hue angle of 179.18º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E7776 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 46 | 119 | 118 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.53 |
| HSL | 179.18º | 0.44% | 0.32% | - |
| HSV(B) | 179.18º | 0.61% | 0.47% | - |
| XYZ | 10.99 | 15.08 | 19.47 | - |
| YUV | 97.06 | 139.82 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 119 | 118 | 0.61 | 0 | 0.01 | 0.53 | 179.18 | 0.44 | 0.32 |
| Hex | 2E | 77 | 76 | 3D | 0 | 1 | 35 | B3 | 2C | 20 |
| Octal | 56 | 167 | 166 | 75 | 0 | 1 | 65 | 263 | 54 | 40 |
| Binary | 101110 | 1110111 | 1110110 | 111101 | 0 | 1 | 110101 | 10110011 | 101100 | 100000 |
Color Harmonies of #2E7776
Complementary color
Monochromatic Colors of #2E7776
Black with #2E7776
Text Example
Text Example
White with #2E7776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7776; }
p { color: rgb(46,119,118); }
H1.HeaderClassName
{
color: #2E7776;
}
.AnyTagClassName
{
color: #2E7776;
}
</style>
background-color css
<style>
a { background-color: #2E7776; }
a { background-color: rgb(46,119,118); }
div.DivClassName
{
background-color: #2E7776;
}
.BgClassName
{
background-color: #2E7776;
}
</style>
border-color css
<style>
span { border-color: #2E7776; }
span { border-color: rgb(46,119,118); }
td.TdClassName
{
border-color: #2E7776;
}
.TagClassName
{
border-color: #2E7776;
}
</style>