Shades of Atoll #2E6B73
Tints of Atoll #2E6B73
RGB
CMYK
RGB Variations
Color information
#2E6B73 (or 0x2E6B73) is known color: Atoll. HEX triplet: 2E, 6B and 73. RGB value is (46,107,115). Sum of RGB (Red+Green+Blue) = 46+107+115=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #2E6B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6B73 is #D1948C. Grayscale: #595959. Windows color (decimal): -13735053 or 7564078. OLE color: 7564078.
HSL color Cylindrical-coordinate representation of color #2E6B73: hue angle of 186.96º 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 #2E6B73 is Cyan = 0.6, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 46 | 107 | 115 | - |
| CMYK | 0.6 | 0.07 | 0 | 0.55 |
| HSL | 186.96º | 0.43% | 0.32% | - |
| HSV(B) | 186.96º | 0.6% | 0.45% | - |
| XYZ | 9.48 | 12.33 | 18.1 | - |
| YUV | 89.67 | 142.29 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 107 | 115 | 0.6 | 0.07 | 0 | 0.55 | 186.96 | 0.43 | 0.32 |
| Hex | 2E | 6B | 73 | 3C | 7 | 0 | 37 | BB | 2B | 20 |
| Octal | 56 | 153 | 163 | 74 | 7 | 0 | 67 | 273 | 53 | 40 |
| Binary | 101110 | 1101011 | 1110011 | 111100 | 111 | 0 | 110111 | 10111011 | 101011 | 100000 |
Color Harmonies of #2E6B73
Complementary color
Monochromatic Colors of #2E6B73
Black with #2E6B73
Text Example
Text Example
White with #2E6B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6B73; }
p { color: rgb(46,107,115); }
H1.HeaderClassName
{
color: #2E6B73;
}
.AnyTagClassName
{
color: #2E6B73;
}
</style>
background-color css
<style>
a { background-color: #2E6B73; }
a { background-color: rgb(46,107,115); }
div.DivClassName
{
background-color: #2E6B73;
}
.BgClassName
{
background-color: #2E6B73;
}
</style>
border-color css
<style>
span { border-color: #2E6B73; }
span { border-color: rgb(46,107,115); }
td.TdClassName
{
border-color: #2E6B73;
}
.TagClassName
{
border-color: #2E6B73;
}
</style>