Shades of Sea Green #209248
Tints of Sea Green #209248
RGB
CMYK
RGB Variations
Color information
#209248 (or 0x209248) is known color: Sea Green. HEX triplet: 20, 92 and 48. RGB value is (32,146,72). Sum of RGB (Red+Green+Blue) = 32+146+72=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 146 (57.42% from 255 or 58.4% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 146 - color contains mainly: green. Hex color #209248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #209248 is #DF6DB7. Grayscale: #676767. Windows color (decimal): -14642616 or 4756000. OLE color: 4756000.
HSL color Cylindrical-coordinate representation of color #209248: hue angle of 141.05º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #209248 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 146 | 72 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.43 |
| HSL | 141.05º | 0.64% | 0.35% | - |
| HSV(B) | 141.05º | 0.78% | 0.57% | - |
| XYZ | 12.04 | 21.33 | 9.61 | - |
| YUV | 103.48 | 110.23 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 146 | 72 | 0.78 | 0 | 0.51 | 0.43 | 141.05 | 0.64 | 0.35 |
| Hex | 20 | 92 | 48 | 4E | 0 | 33 | 2B | 8D | 40 | 23 |
| Octal | 40 | 222 | 110 | 116 | 0 | 63 | 53 | 215 | 100 | 43 |
| Binary | 100000 | 10010010 | 1001000 | 1001110 | 0 | 110011 | 101011 | 10001101 | 1000000 | 100011 |
Color Harmonies of #209248
Complementary color
Monochromatic Colors of #209248
Black with #209248
Text Example
Text Example
White with #209248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209248; }
p { color: rgb(32,146,72); }
H1.HeaderClassName
{
color: #209248;
}
.AnyTagClassName
{
color: #209248;
}
</style>
background-color css
<style>
a { background-color: #209248; }
a { background-color: rgb(32,146,72); }
div.DivClassName
{
background-color: #209248;
}
.BgClassName
{
background-color: #209248;
}
</style>
border-color css
<style>
span { border-color: #209248; }
span { border-color: rgb(32,146,72); }
td.TdClassName
{
border-color: #209248;
}
.TagClassName
{
border-color: #209248;
}
</style>