Shades of Evening Sea #256E50
Tints of Evening Sea #256E50
RGB
CMYK
RGB Variations
Color information
#256E50 (or 0x256E50) is known color: Evening Sea. HEX triplet: 25, 6E and 50. RGB value is (37,110,80). Sum of RGB (Red+Green+Blue) = 37+110+80=227 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.30% from 227); Green value is 110 (43.36% from 255 or 48.46% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 110 - color contains mainly: green. Hex color #256E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256E50 is #DA91AF. Grayscale: #545454. Windows color (decimal): -14324144 or 5271077. OLE color: 5271077.
HSL color Cylindrical-coordinate representation of color #256E50: hue angle of 155.34º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #256E50 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 37 | 110 | 80 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.57 |
| HSL | 155.34º | 0.5% | 0.29% | - |
| HSV(B) | 155.34º | 0.66% | 0.43% | - |
| XYZ | 7.79 | 12.12 | 9.52 | - |
| YUV | 84.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 110 | 80 | 0.66 | 0 | 0.27 | 0.57 | 155.34 | 0.5 | 0.29 |
| Hex | 25 | 6E | 50 | 42 | 0 | 1B | 39 | 9B | 32 | 1D |
| Octal | 45 | 156 | 120 | 102 | 0 | 33 | 71 | 233 | 62 | 35 |
| Binary | 100101 | 1101110 | 1010000 | 1000010 | 0 | 11011 | 111001 | 10011011 | 110010 | 11101 |
Color Harmonies of #256E50
Complementary color
Monochromatic Colors of #256E50
Black with #256E50
Text Example
Text Example
White with #256E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256E50; }
p { color: rgb(37,110,80); }
H1.HeaderClassName
{
color: #256E50;
}
.AnyTagClassName
{
color: #256E50;
}
</style>
background-color css
<style>
a { background-color: #256E50; }
a { background-color: rgb(37,110,80); }
div.DivClassName
{
background-color: #256E50;
}
.BgClassName
{
background-color: #256E50;
}
</style>
border-color css
<style>
span { border-color: #256E50; }
span { border-color: rgb(37,110,80); }
td.TdClassName
{
border-color: #256E50;
}
.TagClassName
{
border-color: #256E50;
}
</style>