Shades of Evening Sea #276C50
Tints of Evening Sea #276C50
RGB
CMYK
RGB Variations
Color information
#276C50 (or 0x276C50) is known color: Evening Sea. HEX triplet: 27, 6C and 50. RGB value is (39,108,80). Sum of RGB (Red+Green+Blue) = 39+108+80=227 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.18% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 108 - color contains mainly: green. Hex color #276C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #276C50 is #D893AF. Grayscale: #545454. Windows color (decimal): -14193584 or 5270567. OLE color: 5270567.
HSL color Cylindrical-coordinate representation of color #276C50: hue angle of 155.65º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #276C50 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 39 | 108 | 80 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.58 |
| HSL | 155.65º | 0.47% | 0.29% | - |
| HSV(B) | 155.65º | 0.64% | 0.42% | - |
| XYZ | 7.65 | 11.74 | 9.45 | - |
| YUV | 84.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 108 | 80 | 0.64 | 0 | 0.26 | 0.58 | 155.65 | 0.47 | 0.29 |
| Hex | 27 | 6C | 50 | 40 | 0 | 1A | 3A | 9C | 2F | 1D |
| Octal | 47 | 154 | 120 | 100 | 0 | 32 | 72 | 234 | 57 | 35 |
| Binary | 100111 | 1101100 | 1010000 | 1000000 | 0 | 11010 | 111010 | 10011100 | 101111 | 11101 |
Color Harmonies of #276C50
Complementary color
Monochromatic Colors of #276C50
Black with #276C50
Text Example
Text Example
White with #276C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #276C50; }
p { color: rgb(39,108,80); }
H1.HeaderClassName
{
color: #276C50;
}
.AnyTagClassName
{
color: #276C50;
}
</style>
background-color css
<style>
a { background-color: #276C50; }
a { background-color: rgb(39,108,80); }
div.DivClassName
{
background-color: #276C50;
}
.BgClassName
{
background-color: #276C50;
}
</style>
border-color css
<style>
span { border-color: #276C50; }
span { border-color: rgb(39,108,80); }
td.TdClassName
{
border-color: #276C50;
}
.TagClassName
{
border-color: #276C50;
}
</style>