Shades of Sea Green #248759
Tints of Sea Green #248759
RGB
CMYK
RGB Variations
Color information
#248759 (or 0x248759) is known color: Sea Green. HEX triplet: 24, 87 and 59. RGB value is (36,135,89). Sum of RGB (Red+Green+Blue) = 36+135+89=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #248759 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248759 is #DB78A6. Grayscale: #646464. Windows color (decimal): -14383271 or 5867300. OLE color: 5867300.
HSL color Cylindrical-coordinate representation of color #248759: hue angle of 152.12º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248759 is Cyan = 0.73, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 36 | 135 | 89 | - |
| CMYK | 0.73 | 0 | 0.34 | 0.47 |
| HSL | 152.12º | 0.58% | 0.34% | - |
| HSV(B) | 152.12º | 0.73% | 0.53% | - |
| XYZ | 11.19 | 18.42 | 12.42 | - |
| YUV | 100.16 | 121.7 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 135 | 89 | 0.73 | 0 | 0.34 | 0.47 | 152.12 | 0.58 | 0.34 |
| Hex | 24 | 87 | 59 | 49 | 0 | 22 | 2F | 98 | 3A | 22 |
| Octal | 44 | 207 | 131 | 111 | 0 | 42 | 57 | 230 | 72 | 42 |
| Binary | 100100 | 10000111 | 1011001 | 1001001 | 0 | 100010 | 101111 | 10011000 | 111010 | 100010 |
Color Harmonies of #248759
Complementary color
Monochromatic Colors of #248759
Black with #248759
Text Example
Text Example
White with #248759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248759; }
p { color: rgb(36,135,89); }
H1.HeaderClassName
{
color: #248759;
}
.AnyTagClassName
{
color: #248759;
}
</style>
background-color css
<style>
a { background-color: #248759; }
a { background-color: rgb(36,135,89); }
div.DivClassName
{
background-color: #248759;
}
.BgClassName
{
background-color: #248759;
}
</style>
border-color css
<style>
span { border-color: #248759; }
span { border-color: rgb(36,135,89); }
td.TdClassName
{
border-color: #248759;
}
.TagClassName
{
border-color: #248759;
}
</style>