Shades of Sea Green #239050
Tints of Sea Green #239050
RGB
CMYK
RGB Variations
Color information
#239050 (or 0x239050) is known color: Sea Green. HEX triplet: 23, 90 and 50. RGB value is (35,144,80). Sum of RGB (Red+Green+Blue) = 35+144+80=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #239050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239050 is #DC6FAF. Grayscale: #686868. Windows color (decimal): -14446512 or 5279779. OLE color: 5279779.
HSL color Cylindrical-coordinate representation of color #239050: hue angle of 144.77º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239050 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 144 | 80 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.44 |
| HSL | 144.77º | 0.61% | 0.35% | - |
| HSV(B) | 144.77º | 0.76% | 0.56% | - |
| XYZ | 12.11 | 20.88 | 10.98 | - |
| YUV | 104.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 80 | 0.76 | 0 | 0.44 | 0.44 | 144.77 | 0.61 | 0.35 |
| Hex | 23 | 90 | 50 | 4C | 0 | 2C | 2C | 91 | 3D | 23 |
| Octal | 43 | 220 | 120 | 114 | 0 | 54 | 54 | 221 | 75 | 43 |
| Binary | 100011 | 10010000 | 1010000 | 1001100 | 0 | 101100 | 101100 | 10010001 | 111101 | 100011 |
Color Harmonies of #239050
Complementary color
Monochromatic Colors of #239050
Black with #239050
Text Example
Text Example
White with #239050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239050; }
p { color: rgb(35,144,80); }
H1.HeaderClassName
{
color: #239050;
}
.AnyTagClassName
{
color: #239050;
}
</style>
background-color css
<style>
a { background-color: #239050; }
a { background-color: rgb(35,144,80); }
div.DivClassName
{
background-color: #239050;
}
.BgClassName
{
background-color: #239050;
}
</style>
border-color css
<style>
span { border-color: #239050; }
span { border-color: rgb(35,144,80); }
td.TdClassName
{
border-color: #239050;
}
.TagClassName
{
border-color: #239050;
}
</style>