Shades of Evening Sea #24554C
Tints of Evening Sea #24554C
RGB
CMYK
RGB Variations
Color information
#24554C (or 0x24554C) is known color: Evening Sea. HEX triplet: 24, 55 and 4C. RGB value is (36,85,76). Sum of RGB (Red+Green+Blue) = 36+85+76=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 85 - color contains mainly: green. Hex color #24554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24554C is #DBAAB3. Grayscale: #454545. Windows color (decimal): -14396084 or 5002532. OLE color: 5002532.
HSL color Cylindrical-coordinate representation of color #24554C: hue angle of 168.98º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #24554C is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 85 | 76 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.67 |
| HSL | 168.98º | 0.4% | 0.24% | - |
| HSV(B) | 168.98º | 0.58% | 0.33% | - |
| XYZ | 5.28 | 7.39 | 7.99 | - |
| YUV | 69.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 85 | 76 | 0.58 | 0 | 0.11 | 0.67 | 168.98 | 0.4 | 0.24 |
| Hex | 24 | 55 | 4C | 3A | 0 | B | 43 | A9 | 28 | 18 |
| Octal | 44 | 125 | 114 | 72 | 0 | 13 | 103 | 251 | 50 | 30 |
| Binary | 100100 | 1010101 | 1001100 | 111010 | 0 | 1011 | 1000011 | 10101001 | 101000 | 11000 |
Color Harmonies of #24554C
Complementary color
Monochromatic Colors of #24554C
Black with #24554C
Text Example
Text Example
White with #24554C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24554C; }
p { color: rgb(36,85,76); }
H1.HeaderClassName
{
color: #24554C;
}
.AnyTagClassName
{
color: #24554C;
}
</style>
background-color css
<style>
a { background-color: #24554C; }
a { background-color: rgb(36,85,76); }
div.DivClassName
{
background-color: #24554C;
}
.BgClassName
{
background-color: #24554C;
}
</style>
border-color css
<style>
span { border-color: #24554C; }
span { border-color: rgb(36,85,76); }
td.TdClassName
{
border-color: #24554C;
}
.TagClassName
{
border-color: #24554C;
}
</style>