Shades of Sea Green #239250
Tints of Sea Green #239250
RGB
CMYK
RGB Variations
Color information
#239250 (or 0x239250) is known color: Sea Green. HEX triplet: 23, 92 and 50. RGB value is (35,146,80). Sum of RGB (Red+Green+Blue) = 35+146+80=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 146 (57.42% from 255 or 55.94% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 146 - color contains mainly: green. Hex color #239250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239250 is #DC6DAF. Grayscale: #696969. Windows color (decimal): -14446000 or 5280291. OLE color: 5280291.
HSL color Cylindrical-coordinate representation of color #239250: hue angle of 144.32º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239250 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 146 | 80 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.43 |
| HSL | 144.32º | 0.61% | 0.35% | - |
| HSV(B) | 144.32º | 0.76% | 0.57% | - |
| XYZ | 12.42 | 21.49 | 11.08 | - |
| YUV | 105.29 | 113.73 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 146 | 80 | 0.76 | 0 | 0.45 | 0.43 | 144.32 | 0.61 | 0.35 |
| Hex | 23 | 92 | 50 | 4C | 0 | 2D | 2B | 90 | 3D | 23 |
| Octal | 43 | 222 | 120 | 114 | 0 | 55 | 53 | 220 | 75 | 43 |
| Binary | 100011 | 10010010 | 1010000 | 1001100 | 0 | 101101 | 101011 | 10010000 | 111101 | 100011 |
Color Harmonies of #239250
Complementary color
Monochromatic Colors of #239250
Black with #239250
Text Example
Text Example
White with #239250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239250; }
p { color: rgb(35,146,80); }
H1.HeaderClassName
{
color: #239250;
}
.AnyTagClassName
{
color: #239250;
}
</style>
background-color css
<style>
a { background-color: #239250; }
a { background-color: rgb(35,146,80); }
div.DivClassName
{
background-color: #239250;
}
.BgClassName
{
background-color: #239250;
}
</style>
border-color css
<style>
span { border-color: #239250; }
span { border-color: rgb(35,146,80); }
td.TdClassName
{
border-color: #239250;
}
.TagClassName
{
border-color: #239250;
}
</style>