Shades of Sea Green #248D4E
Tints of Sea Green #248D4E
RGB
CMYK
RGB Variations
Color information
#248D4E (or 0x248D4E) is known color: Sea Green. HEX triplet: 24, 8D and 4E. RGB value is (36,141,78). Sum of RGB (Red+Green+Blue) = 36+141+78=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 141 (55.47% from 255 or 55.29% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 141 - color contains mainly: green. Hex color #248D4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248D4E is #DB72B1. Grayscale: #666666. Windows color (decimal): -14381746 or 5147940. OLE color: 5147940.
HSL color Cylindrical-coordinate representation of color #248D4E: hue angle of 144º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248D4E is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 141 | 78 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.45 |
| HSL | 144º | 0.59% | 0.35% | - |
| HSV(B) | 144º | 0.74% | 0.55% | - |
| XYZ | 11.63 | 19.97 | 10.45 | - |
| YUV | 102.42 | 114.21 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 141 | 78 | 0.74 | 0 | 0.45 | 0.45 | 144 | 0.59 | 0.35 |
| Hex | 24 | 8D | 4E | 4A | 0 | 2D | 2D | 90 | 3B | 23 |
| Octal | 44 | 215 | 116 | 112 | 0 | 55 | 55 | 220 | 73 | 43 |
| Binary | 100100 | 10001101 | 1001110 | 1001010 | 0 | 101101 | 101101 | 10010000 | 111011 | 100011 |
Color Harmonies of #248D4E
Complementary color
Monochromatic Colors of #248D4E
Black with #248D4E
Text Example
Text Example
White with #248D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248D4E; }
p { color: rgb(36,141,78); }
H1.HeaderClassName
{
color: #248D4E;
}
.AnyTagClassName
{
color: #248D4E;
}
</style>
background-color css
<style>
a { background-color: #248D4E; }
a { background-color: rgb(36,141,78); }
div.DivClassName
{
background-color: #248D4E;
}
.BgClassName
{
background-color: #248D4E;
}
</style>
border-color css
<style>
span { border-color: #248D4E; }
span { border-color: rgb(36,141,78); }
td.TdClassName
{
border-color: #248D4E;
}
.TagClassName
{
border-color: #248D4E;
}
</style>