Shades of Sea Green #239A52
Tints of Sea Green #239A52
RGB
CMYK
RGB Variations
Color information
#239A52 (or 0x239A52) is known color: Sea Green. HEX triplet: 23, 9A and 52. RGB value is (35,154,82). Sum of RGB (Red+Green+Blue) = 35+154+82=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 154 (60.55% from 255 or 56.83% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 154 - color contains mainly: green. Hex color #239A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239A52 is #DC65AD. Grayscale: #6E6E6E. Windows color (decimal): -14443950 or 5413411. OLE color: 5413411.
HSL color Cylindrical-coordinate representation of color #239A52: hue angle of 143.7º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239A52 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 35 | 154 | 82 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.40 |
| HSL | 143.7º | 0.63% | 0.37% | - |
| HSV(B) | 143.7º | 0.77% | 0.6% | - |
| XYZ | 13.77 | 24.08 | 11.9 | - |
| YUV | 110.21 | 112.08 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 82 | 0.77 | 0 | 0.47 | 0.40 | 143.7 | 0.63 | 0.37 |
| Hex | 23 | 9A | 52 | 4D | 0 | 2F | 28 | 90 | 3F | 25 |
| Octal | 43 | 232 | 122 | 115 | 0 | 57 | 50 | 220 | 77 | 45 |
| Binary | 100011 | 10011010 | 1010010 | 1001101 | 0 | 101111 | 101000 | 10010000 | 111111 | 100101 |
Color Harmonies of #239A52
Complementary color
Monochromatic Colors of #239A52
Black with #239A52
Text Example
Text Example
White with #239A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239A52; }
p { color: rgb(35,154,82); }
H1.HeaderClassName
{
color: #239A52;
}
.AnyTagClassName
{
color: #239A52;
}
</style>
background-color css
<style>
a { background-color: #239A52; }
a { background-color: rgb(35,154,82); }
div.DivClassName
{
background-color: #239A52;
}
.BgClassName
{
background-color: #239A52;
}
</style>
border-color css
<style>
span { border-color: #239A52; }
span { border-color: rgb(35,154,82); }
td.TdClassName
{
border-color: #239A52;
}
.TagClassName
{
border-color: #239A52;
}
</style>