Shades of Sea Green #248C5E
Tints of Sea Green #248C5E
RGB
CMYK
RGB Variations
Color information
#248C5E (or 0x248C5E) is known color: Sea Green. HEX triplet: 24, 8C and 5E. RGB value is (36,140,94). Sum of RGB (Red+Green+Blue) = 36+140+94=270 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.33% from 270); Green value is 140 (55.08% from 255 or 51.85% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 140 - color contains mainly: green. Hex color #248C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248C5E is #DB73A1. Grayscale: #676767. Windows color (decimal): -14381986 or 6196260. OLE color: 6196260.
HSL color Cylindrical-coordinate representation of color #248C5E: hue angle of 153.46º 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 #248C5E is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 140 | 94 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.45 |
| HSL | 153.46º | 0.59% | 0.35% | - |
| HSV(B) | 153.46º | 0.74% | 0.55% | - |
| XYZ | 12.13 | 19.94 | 13.8 | - |
| YUV | 103.66 | 122.54 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 140 | 94 | 0.74 | 0 | 0.33 | 0.45 | 153.46 | 0.59 | 0.35 |
| Hex | 24 | 8C | 5E | 4A | 0 | 21 | 2D | 99 | 3B | 23 |
| Octal | 44 | 214 | 136 | 112 | 0 | 41 | 55 | 231 | 73 | 43 |
| Binary | 100100 | 10001100 | 1011110 | 1001010 | 0 | 100001 | 101101 | 10011001 | 111011 | 100011 |
Color Harmonies of #248C5E
Complementary color
Monochromatic Colors of #248C5E
Black with #248C5E
Text Example
Text Example
White with #248C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248C5E; }
p { color: rgb(36,140,94); }
H1.HeaderClassName
{
color: #248C5E;
}
.AnyTagClassName
{
color: #248C5E;
}
</style>
background-color css
<style>
a { background-color: #248C5E; }
a { background-color: rgb(36,140,94); }
div.DivClassName
{
background-color: #248C5E;
}
.BgClassName
{
background-color: #248C5E;
}
</style>
border-color css
<style>
span { border-color: #248C5E; }
span { border-color: rgb(36,140,94); }
td.TdClassName
{
border-color: #248C5E;
}
.TagClassName
{
border-color: #248C5E;
}
</style>