Shades of Evening Sea #276F55
Tints of Evening Sea #276F55
RGB
CMYK
RGB Variations
Color information
#276F55 (or 0x276F55) is known color: Evening Sea. HEX triplet: 27, 6F and 55. RGB value is (39,111,85). Sum of RGB (Red+Green+Blue) = 39+111+85=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 111 - color contains mainly: green. Hex color #276F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276F55 is #D890AA. Grayscale: #565656. Windows color (decimal): -14192811 or 5599015. OLE color: 5599015.
HSL color Cylindrical-coordinate representation of color #276F55: hue angle of 158.33º 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 #276F55 is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 39 | 111 | 85 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.56 |
| HSL | 158.33º | 0.48% | 0.29% | - |
| HSV(B) | 158.33º | 0.65% | 0.44% | - |
| XYZ | 8.16 | 12.46 | 10.57 | - |
| YUV | 86.51 | 127.15 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 111 | 85 | 0.65 | 0 | 0.23 | 0.56 | 158.33 | 0.48 | 0.29 |
| Hex | 27 | 6F | 55 | 41 | 0 | 17 | 38 | 9E | 30 | 1D |
| Octal | 47 | 157 | 125 | 101 | 0 | 27 | 70 | 236 | 60 | 35 |
| Binary | 100111 | 1101111 | 1010101 | 1000001 | 0 | 10111 | 111000 | 10011110 | 110000 | 11101 |
Color Harmonies of #276F55
Complementary color
Monochromatic Colors of #276F55
Black with #276F55
Text Example
Text Example
White with #276F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276F55; }
p { color: rgb(39,111,85); }
H1.HeaderClassName
{
color: #276F55;
}
.AnyTagClassName
{
color: #276F55;
}
</style>
background-color css
<style>
a { background-color: #276F55; }
a { background-color: rgb(39,111,85); }
div.DivClassName
{
background-color: #276F55;
}
.BgClassName
{
background-color: #276F55;
}
</style>
border-color css
<style>
span { border-color: #276F55; }
span { border-color: rgb(39,111,85); }
td.TdClassName
{
border-color: #276F55;
}
.TagClassName
{
border-color: #276F55;
}
</style>