Shades of Evening Sea #245A48
Tints of Evening Sea #245A48
RGB
CMYK
RGB Variations
Color information
#245A48 (or 0x245A48) is known color: Evening Sea. HEX triplet: 24, 5A and 48. RGB value is (36,90,72). Sum of RGB (Red+Green+Blue) = 36+90+72=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 90 (35.55% from 255 or 45.45% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 90 - color contains mainly: green. Hex color #245A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245A48 is #DBA5B7. Grayscale: #474747. Windows color (decimal): -14394808 or 4741668. OLE color: 4741668.
HSL color Cylindrical-coordinate representation of color #245A48: hue angle of 160º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245A48 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 90 | 72 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.65 |
| HSL | 160º | 0.43% | 0.25% | - |
| HSV(B) | 160º | 0.6% | 0.35% | - |
| XYZ | 5.55 | 8.16 | 7.41 | - |
| YUV | 71.8 | 128.11 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 72 | 0.60 | 0 | 0.20 | 0.65 | 160 | 0.43 | 0.25 |
| Hex | 24 | 5A | 48 | 3C | 0 | 14 | 41 | A0 | 2B | 19 |
| Octal | 44 | 132 | 110 | 74 | 0 | 24 | 101 | 240 | 53 | 31 |
| Binary | 100100 | 1011010 | 1001000 | 111100 | 0 | 10100 | 1000001 | 10100000 | 101011 | 11001 |
Color Harmonies of #245A48
Complementary color
Monochromatic Colors of #245A48
Black with #245A48
Text Example
Text Example
White with #245A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A48; }
p { color: rgb(36,90,72); }
H1.HeaderClassName
{
color: #245A48;
}
.AnyTagClassName
{
color: #245A48;
}
</style>
background-color css
<style>
a { background-color: #245A48; }
a { background-color: rgb(36,90,72); }
div.DivClassName
{
background-color: #245A48;
}
.BgClassName
{
background-color: #245A48;
}
</style>
border-color css
<style>
span { border-color: #245A48; }
span { border-color: rgb(36,90,72); }
td.TdClassName
{
border-color: #245A48;
}
.TagClassName
{
border-color: #245A48;
}
</style>