Shades of Atoll #2E7C7C
Tints of Atoll #2E7C7C
RGB
CMYK
RGB Variations
Color information
#2E7C7C (or 0x2E7C7C) is known color: Atoll. HEX triplet: 2E, 7C and 7C. RGB value is (46,124,124). Sum of RGB (Red+Green+Blue) = 46+124+124=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: green, blue. Hex color #2E7C7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E7C7C is #D18383. Grayscale: #646464. Windows color (decimal): -13730692 or 8158254. OLE color: 8158254.
HSL color Cylindrical-coordinate representation of color #2E7C7C: hue angle of 180º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7C7C is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 46 | 124 | 124 | - |
| CMYK | 0.63 | 0 | 0 | 0.51 |
| HSL | 180º | 0.46% | 0.33% | - |
| HSV(B) | 180º | 0.63% | 0.49% | - |
| XYZ | 11.97 | 16.45 | 21.61 | - |
| YUV | 100.68 | 141.16 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 124 | 124 | 0.63 | 0 | 0 | 0.51 | 180 | 0.46 | 0.33 |
| Hex | 2E | 7C | 7C | 3F | 0 | 0 | 33 | B4 | 2E | 21 |
| Octal | 56 | 174 | 174 | 77 | 0 | 0 | 63 | 264 | 56 | 41 |
| Binary | 101110 | 1111100 | 1111100 | 111111 | 0 | 0 | 110011 | 10110100 | 101110 | 100001 |
Color Harmonies of #2E7C7C
Complementary color
Monochromatic Colors of #2E7C7C
Black with #2E7C7C
Text Example
Text Example
White with #2E7C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7C7C; }
p { color: rgb(46,124,124); }
H1.HeaderClassName
{
color: #2E7C7C;
}
.AnyTagClassName
{
color: #2E7C7C;
}
</style>
background-color css
<style>
a { background-color: #2E7C7C; }
a { background-color: rgb(46,124,124); }
div.DivClassName
{
background-color: #2E7C7C;
}
.BgClassName
{
background-color: #2E7C7C;
}
</style>
border-color css
<style>
span { border-color: #2E7C7C; }
span { border-color: rgb(46,124,124); }
td.TdClassName
{
border-color: #2E7C7C;
}
.TagClassName
{
border-color: #2E7C7C;
}
</style>