Shades of Evening Sea #255C4C
Tints of Evening Sea #255C4C
RGB
CMYK
RGB Variations
Color information
#255C4C (or 0x255C4C) is known color: Evening Sea. HEX triplet: 25, 5C and 4C. RGB value is (37,92,76). Sum of RGB (Red+Green+Blue) = 37+92+76=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #255C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255C4C is #DAA3B3. Grayscale: #494949. Windows color (decimal): -14328756 or 5004325. OLE color: 5004325.
HSL color Cylindrical-coordinate representation of color #255C4C: hue angle of 162.55º 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 #255C4C is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 37 | 92 | 76 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.64 |
| HSL | 162.55º | 0.43% | 0.25% | - |
| HSV(B) | 162.55º | 0.6% | 0.36% | - |
| XYZ | 5.89 | 8.57 | 8.18 | - |
| YUV | 73.73 | 129.28 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 76 | 0.60 | 0 | 0.17 | 0.64 | 162.55 | 0.43 | 0.25 |
| Hex | 25 | 5C | 4C | 3C | 0 | 11 | 40 | A3 | 2B | 19 |
| Octal | 45 | 134 | 114 | 74 | 0 | 21 | 100 | 243 | 53 | 31 |
| Binary | 100101 | 1011100 | 1001100 | 111100 | 0 | 10001 | 1000000 | 10100011 | 101011 | 11001 |
Color Harmonies of #255C4C
Complementary color
Monochromatic Colors of #255C4C
Black with #255C4C
Text Example
Text Example
White with #255C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255C4C; }
p { color: rgb(37,92,76); }
H1.HeaderClassName
{
color: #255C4C;
}
.AnyTagClassName
{
color: #255C4C;
}
</style>
background-color css
<style>
a { background-color: #255C4C; }
a { background-color: rgb(37,92,76); }
div.DivClassName
{
background-color: #255C4C;
}
.BgClassName
{
background-color: #255C4C;
}
</style>
border-color css
<style>
span { border-color: #255C4C; }
span { border-color: rgb(37,92,76); }
td.TdClassName
{
border-color: #255C4C;
}
.TagClassName
{
border-color: #255C4C;
}
</style>