Shades of Sea Green #239D50
Tints of Sea Green #239D50
RGB
CMYK
RGB Variations
Color information
#239D50 (or 0x239D50) is known color: Sea Green. HEX triplet: 23, 9D and 50. RGB value is (35,157,80). Sum of RGB (Red+Green+Blue) = 35+157+80=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 157 (61.72% from 255 or 57.72% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 157 - color contains mainly: green. Hex color #239D50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239D50 is #DC62AF. Grayscale: #6F6F6F. Windows color (decimal): -14443184 or 5283107. OLE color: 5283107.
HSL color Cylindrical-coordinate representation of color #239D50: hue angle of 142.13º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #239D50 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 35 | 157 | 80 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.38 |
| HSL | 142.13º | 0.64% | 0.38% | - |
| HSV(B) | 142.13º | 0.78% | 0.62% | - |
| XYZ | 14.2 | 25.05 | 11.68 | - |
| YUV | 111.74 | 110.08 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 157 | 80 | 0.78 | 0 | 0.49 | 0.38 | 142.13 | 0.64 | 0.38 |
| Hex | 23 | 9D | 50 | 4E | 0 | 31 | 26 | 8E | 40 | 26 |
| Octal | 43 | 235 | 120 | 116 | 0 | 61 | 46 | 216 | 100 | 46 |
| Binary | 100011 | 10011101 | 1010000 | 1001110 | 0 | 110001 | 100110 | 10001110 | 1000000 | 100110 |
Color Harmonies of #239D50
Complementary color
Monochromatic Colors of #239D50
Black with #239D50
Text Example
Text Example
White with #239D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239D50; }
p { color: rgb(35,157,80); }
H1.HeaderClassName
{
color: #239D50;
}
.AnyTagClassName
{
color: #239D50;
}
</style>
background-color css
<style>
a { background-color: #239D50; }
a { background-color: rgb(35,157,80); }
div.DivClassName
{
background-color: #239D50;
}
.BgClassName
{
background-color: #239D50;
}
</style>
border-color css
<style>
span { border-color: #239D50; }
span { border-color: rgb(35,157,80); }
td.TdClassName
{
border-color: #239D50;
}
.TagClassName
{
border-color: #239D50;
}
</style>