Shades of Evening Sea #255D50
Tints of Evening Sea #255D50
RGB
CMYK
RGB Variations
Color information
#255D50 (or 0x255D50) is known color: Evening Sea. HEX triplet: 25, 5D and 50. RGB value is (37,93,80). Sum of RGB (Red+Green+Blue) = 37+93+80=210 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.62% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 93 - color contains mainly: green. Hex color #255D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D50 is #DAA2AF. Grayscale: #4A4A4A. Windows color (decimal): -14328496 or 5266725. OLE color: 5266725.
HSL color Cylindrical-coordinate representation of color #255D50: hue angle of 166.07º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255D50 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 93 | 80 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.64 |
| HSL | 166.07º | 0.43% | 0.25% | - |
| HSV(B) | 166.07º | 0.6% | 0.36% | - |
| XYZ | 6.13 | 8.8 | 8.97 | - |
| YUV | 74.77 | 130.95 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 80 | 0.60 | 0 | 0.14 | 0.64 | 166.07 | 0.43 | 0.25 |
| Hex | 25 | 5D | 50 | 3C | 0 | E | 40 | A6 | 2B | 19 |
| Octal | 45 | 135 | 120 | 74 | 0 | 16 | 100 | 246 | 53 | 31 |
| Binary | 100101 | 1011101 | 1010000 | 111100 | 0 | 1110 | 1000000 | 10100110 | 101011 | 11001 |
Color Harmonies of #255D50
Complementary color
Monochromatic Colors of #255D50
Black with #255D50
Text Example
Text Example
White with #255D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D50; }
p { color: rgb(37,93,80); }
H1.HeaderClassName
{
color: #255D50;
}
.AnyTagClassName
{
color: #255D50;
}
</style>
background-color css
<style>
a { background-color: #255D50; }
a { background-color: rgb(37,93,80); }
div.DivClassName
{
background-color: #255D50;
}
.BgClassName
{
background-color: #255D50;
}
</style>
border-color css
<style>
span { border-color: #255D50; }
span { border-color: rgb(37,93,80); }
td.TdClassName
{
border-color: #255D50;
}
.TagClassName
{
border-color: #255D50;
}
</style>