Shades of Sea Green #248251
Tints of Sea Green #248251
RGB
CMYK
RGB Variations
Color information
#248251 (or 0x248251) is known color: Sea Green. HEX triplet: 24, 82 and 51. RGB value is (36,130,81). Sum of RGB (Red+Green+Blue) = 36+130+81=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #248251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #248251 is #DB7DAE. Grayscale: #606060. Windows color (decimal): -14384559 or 5341732. OLE color: 5341732.
HSL color Cylindrical-coordinate representation of color #248251: hue angle of 148.72º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248251 is Cyan = 0.72, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 36 | 130 | 81 | - |
| CMYK | 0.72 | 0 | 0.38 | 0.49 |
| HSL | 148.72º | 0.57% | 0.33% | - |
| HSV(B) | 148.72º | 0.72% | 0.51% | - |
| XYZ | 10.2 | 16.93 | 10.52 | - |
| YUV | 96.31 | 119.36 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 130 | 81 | 0.72 | 0 | 0.38 | 0.49 | 148.72 | 0.57 | 0.33 |
| Hex | 24 | 82 | 51 | 48 | 0 | 26 | 31 | 95 | 39 | 21 |
| Octal | 44 | 202 | 121 | 110 | 0 | 46 | 61 | 225 | 71 | 41 |
| Binary | 100100 | 10000010 | 1010001 | 1001000 | 0 | 100110 | 110001 | 10010101 | 111001 | 100001 |
Color Harmonies of #248251
Complementary color
Monochromatic Colors of #248251
Black with #248251
Text Example
Text Example
White with #248251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #248251; }
p { color: rgb(36,130,81); }
H1.HeaderClassName
{
color: #248251;
}
.AnyTagClassName
{
color: #248251;
}
</style>
background-color css
<style>
a { background-color: #248251; }
a { background-color: rgb(36,130,81); }
div.DivClassName
{
background-color: #248251;
}
.BgClassName
{
background-color: #248251;
}
</style>
border-color css
<style>
span { border-color: #248251; }
span { border-color: rgb(36,130,81); }
td.TdClassName
{
border-color: #248251;
}
.TagClassName
{
border-color: #248251;
}
</style>