Shades of Evening Sea #255D4D
Tints of Evening Sea #255D4D
RGB
CMYK
RGB Variations
Color information
#255D4D (or 0x255D4D) is known color: Evening Sea. HEX triplet: 25, 5D and 4D. RGB value is (37,93,77). Sum of RGB (Red+Green+Blue) = 37+93+77=207 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.87% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #255D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D4D is #DAA2B2. Grayscale: #4A4A4A. Windows color (decimal): -14328499 or 5070117. OLE color: 5070117.
HSL color Cylindrical-coordinate representation of color #255D4D: hue angle of 162.86º 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 #255D4D is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 93 | 77 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.64 |
| HSL | 162.86º | 0.43% | 0.25% | - |
| HSV(B) | 162.86º | 0.6% | 0.36% | - |
| XYZ | 6.02 | 8.76 | 8.39 | - |
| YUV | 74.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 77 | 0.60 | 0 | 0.17 | 0.64 | 162.86 | 0.43 | 0.25 |
| Hex | 25 | 5D | 4D | 3C | 0 | 11 | 40 | A3 | 2B | 19 |
| Octal | 45 | 135 | 115 | 74 | 0 | 21 | 100 | 243 | 53 | 31 |
| Binary | 100101 | 1011101 | 1001101 | 111100 | 0 | 10001 | 1000000 | 10100011 | 101011 | 11001 |
Color Harmonies of #255D4D
Complementary color
Monochromatic Colors of #255D4D
Black with #255D4D
Text Example
Text Example
White with #255D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255D4D; }
p { color: rgb(37,93,77); }
H1.HeaderClassName
{
color: #255D4D;
}
.AnyTagClassName
{
color: #255D4D;
}
</style>
background-color css
<style>
a { background-color: #255D4D; }
a { background-color: rgb(37,93,77); }
div.DivClassName
{
background-color: #255D4D;
}
.BgClassName
{
background-color: #255D4D;
}
</style>
border-color css
<style>
span { border-color: #255D4D; }
span { border-color: rgb(37,93,77); }
td.TdClassName
{
border-color: #255D4D;
}
.TagClassName
{
border-color: #255D4D;
}
</style>