Shades of Eden #276F60
Tints of Eden #276F60
RGB
CMYK
RGB Variations
Color information
#276F60 (or 0x276F60) is known color: Eden. HEX triplet: 27, 6F and 60. RGB value is (39,111,96). Sum of RGB (Red+Green+Blue) = 39+111+96=246 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.85% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #276F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276F60 is #D8909F. Grayscale: #575757. Windows color (decimal): -14192800 or 6319911. OLE color: 6319911.
HSL color Cylindrical-coordinate representation of color #276F60: hue angle of 167.5º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #276F60 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 111 | 96 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.56 |
| HSL | 167.5º | 0.48% | 0.29% | - |
| HSV(B) | 167.5º | 0.65% | 0.44% | - |
| XYZ | 8.63 | 12.64 | 13.05 | - |
| YUV | 87.76 | 132.65 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 111 | 96 | 0.65 | 0 | 0.14 | 0.56 | 167.5 | 0.48 | 0.29 |
| Hex | 27 | 6F | 60 | 41 | 0 | E | 38 | A8 | 30 | 1D |
| Octal | 47 | 157 | 140 | 101 | 0 | 16 | 70 | 250 | 60 | 35 |
| Binary | 100111 | 1101111 | 1100000 | 1000001 | 0 | 1110 | 111000 | 10101000 | 110000 | 11101 |
Color Harmonies of #276F60
Complementary color
Monochromatic Colors of #276F60
Black with #276F60
Text Example
Text Example
White with #276F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276F60; }
p { color: rgb(39,111,96); }
H1.HeaderClassName
{
color: #276F60;
}
.AnyTagClassName
{
color: #276F60;
}
</style>
background-color css
<style>
a { background-color: #276F60; }
a { background-color: rgb(39,111,96); }
div.DivClassName
{
background-color: #276F60;
}
.BgClassName
{
background-color: #276F60;
}
</style>
border-color css
<style>
span { border-color: #276F60; }
span { border-color: rgb(39,111,96); }
td.TdClassName
{
border-color: #276F60;
}
.TagClassName
{
border-color: #276F60;
}
</style>