Shades of Sea Green #248B57
Tints of Sea Green #248B57
RGB
CMYK
RGB Variations
Color information
#248B57 (or 0x248B57) is known color: Sea Green. HEX triplet: 24, 8B and 57. RGB value is (36,139,87). Sum of RGB (Red+Green+Blue) = 36+139+87=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #248B57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248B57 is #DB74A8. Grayscale: #666666. Windows color (decimal): -14382249 or 5737252. OLE color: 5737252.
HSL color Cylindrical-coordinate representation of color #248B57: hue angle of 149.71º 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 #248B57 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 36 | 139 | 87 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.45 |
| HSL | 149.71º | 0.59% | 0.34% | - |
| HSV(B) | 149.71º | 0.74% | 0.55% | - |
| XYZ | 11.68 | 19.53 | 12.17 | - |
| YUV | 102.28 | 119.38 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 139 | 87 | 0.74 | 0 | 0.37 | 0.45 | 149.71 | 0.59 | 0.34 |
| Hex | 24 | 8B | 57 | 4A | 0 | 25 | 2D | 96 | 3B | 22 |
| Octal | 44 | 213 | 127 | 112 | 0 | 45 | 55 | 226 | 73 | 42 |
| Binary | 100100 | 10001011 | 1010111 | 1001010 | 0 | 100101 | 101101 | 10010110 | 111011 | 100010 |
Color Harmonies of #248B57
Complementary color
Monochromatic Colors of #248B57
Black with #248B57
Text Example
Text Example
White with #248B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248B57; }
p { color: rgb(36,139,87); }
H1.HeaderClassName
{
color: #248B57;
}
.AnyTagClassName
{
color: #248B57;
}
</style>
background-color css
<style>
a { background-color: #248B57; }
a { background-color: rgb(36,139,87); }
div.DivClassName
{
background-color: #248B57;
}
.BgClassName
{
background-color: #248B57;
}
</style>
border-color css
<style>
span { border-color: #248B57; }
span { border-color: rgb(36,139,87); }
td.TdClassName
{
border-color: #248B57;
}
.TagClassName
{
border-color: #248B57;
}
</style>