Shades of Sea Green #248B56
Tints of Sea Green #248B56
RGB
CMYK
RGB Variations
Color information
#248B56 (or 0x248B56) is known color: Sea Green. HEX triplet: 24, 8B and 56. RGB value is (36,139,86). Sum of RGB (Red+Green+Blue) = 36+139+86=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #248B56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B56 is #DB74A9. Grayscale: #666666. Windows color (decimal): -14382250 or 5671716. OLE color: 5671716.
HSL color Cylindrical-coordinate representation of color #248B56: hue angle of 149.13º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248B56 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 139 | 86 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.45 |
| HSL | 149.13º | 0.59% | 0.34% | - |
| HSV(B) | 149.13º | 0.74% | 0.55% | - |
| XYZ | 11.64 | 19.51 | 11.96 | - |
| YUV | 102.16 | 118.88 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 86 | 0.74 | 0 | 0.38 | 0.45 | 149.13 | 0.59 | 0.34 |
| Hex | 24 | 8B | 56 | 4A | 0 | 26 | 2D | 95 | 3B | 22 |
| Octal | 44 | 213 | 126 | 112 | 0 | 46 | 55 | 225 | 73 | 42 |
| Binary | 100100 | 10001011 | 1010110 | 1001010 | 0 | 100110 | 101101 | 10010101 | 111011 | 100010 |
Color Harmonies of #248B56
Complementary color
Monochromatic Colors of #248B56
Black with #248B56
Text Example
Text Example
White with #248B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B56; }
p { color: rgb(36,139,86); }
H1.HeaderClassName
{
color: #248B56;
}
.AnyTagClassName
{
color: #248B56;
}
</style>
background-color css
<style>
a { background-color: #248B56; }
a { background-color: rgb(36,139,86); }
div.DivClassName
{
background-color: #248B56;
}
.BgClassName
{
background-color: #248B56;
}
</style>
border-color css
<style>
span { border-color: #248B56; }
span { border-color: rgb(36,139,86); }
td.TdClassName
{
border-color: #248B56;
}
.TagClassName
{
border-color: #248B56;
}
</style>