Shades of Atoll #2E6E73
Tints of Atoll #2E6E73
RGB
CMYK
RGB Variations
Color information
#2E6E73 (or 0x2E6E73) is known color: Atoll. HEX triplet: 2E, 6E and 73. RGB value is (46,110,115). Sum of RGB (Red+Green+Blue) = 46+110+115=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 115 (45.31% from 255 or 42.44% from 271); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E6E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6E73 is #D1918C. Grayscale: #5B5B5B. Windows color (decimal): -13734285 or 7564846. OLE color: 7564846.
HSL color Cylindrical-coordinate representation of color #2E6E73: hue angle of 184.35º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E6E73 is Cyan = 0.6, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 110 | 115 | - |
| CMYK | 0.6 | 0.04 | 0 | 0.55 |
| HSL | 184.35º | 0.43% | 0.32% | - |
| HSV(B) | 184.35º | 0.6% | 0.45% | - |
| XYZ | 9.8 | 12.97 | 18.21 | - |
| YUV | 91.43 | 141.3 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 110 | 115 | 0.6 | 0.04 | 0 | 0.55 | 184.35 | 0.43 | 0.32 |
| Hex | 2E | 6E | 73 | 3C | 4 | 0 | 37 | B8 | 2B | 20 |
| Octal | 56 | 156 | 163 | 74 | 4 | 0 | 67 | 270 | 53 | 40 |
| Binary | 101110 | 1101110 | 1110011 | 111100 | 100 | 0 | 110111 | 10111000 | 101011 | 100000 |
Color Harmonies of #2E6E73
Complementary color
Monochromatic Colors of #2E6E73
Black with #2E6E73
Text Example
Text Example
White with #2E6E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6E73; }
p { color: rgb(46,110,115); }
H1.HeaderClassName
{
color: #2E6E73;
}
.AnyTagClassName
{
color: #2E6E73;
}
</style>
background-color css
<style>
a { background-color: #2E6E73; }
a { background-color: rgb(46,110,115); }
div.DivClassName
{
background-color: #2E6E73;
}
.BgClassName
{
background-color: #2E6E73;
}
</style>
border-color css
<style>
span { border-color: #2E6E73; }
span { border-color: rgb(46,110,115); }
td.TdClassName
{
border-color: #2E6E73;
}
.TagClassName
{
border-color: #2E6E73;
}
</style>