Shades of Sea Green #248C52
Tints of Sea Green #248C52
RGB
CMYK
RGB Variations
Color information
#248C52 (or 0x248C52) is known color: Sea Green. HEX triplet: 24, 8C and 52. RGB value is (36,140,82). Sum of RGB (Red+Green+Blue) = 36+140+82=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 140 (55.08% from 255 or 54.26% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 140 - color contains mainly: green. Hex color #248C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248C52 is #DB73AD. Grayscale: #666666. Windows color (decimal): -14381998 or 5409828. OLE color: 5409828.
HSL color Cylindrical-coordinate representation of color #248C52: hue angle of 146.54º 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 #248C52 is Cyan = 0.74, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 82 | - |
| CMYK | 0.74 | 0 | 0.41 | 0.45 |
| HSL | 146.54º | 0.59% | 0.35% | - |
| HSV(B) | 146.54º | 0.74% | 0.55% | - |
| XYZ | 11.63 | 19.74 | 11.18 | - |
| YUV | 102.29 | 116.54 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 82 | 0.74 | 0 | 0.41 | 0.45 | 146.54 | 0.59 | 0.35 |
| Hex | 24 | 8C | 52 | 4A | 0 | 29 | 2D | 93 | 3B | 23 |
| Octal | 44 | 214 | 122 | 112 | 0 | 51 | 55 | 223 | 73 | 43 |
| Binary | 100100 | 10001100 | 1010010 | 1001010 | 0 | 101001 | 101101 | 10010011 | 111011 | 100011 |
Color Harmonies of #248C52
Complementary color
Monochromatic Colors of #248C52
Black with #248C52
Text Example
Text Example
White with #248C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C52; }
p { color: rgb(36,140,82); }
H1.HeaderClassName
{
color: #248C52;
}
.AnyTagClassName
{
color: #248C52;
}
</style>
background-color css
<style>
a { background-color: #248C52; }
a { background-color: rgb(36,140,82); }
div.DivClassName
{
background-color: #248C52;
}
.BgClassName
{
background-color: #248C52;
}
</style>
border-color css
<style>
span { border-color: #248C52; }
span { border-color: rgb(36,140,82); }
td.TdClassName
{
border-color: #248C52;
}
.TagClassName
{
border-color: #248C52;
}
</style>