Shades of Sea Green #239259
Tints of Sea Green #239259
RGB
CMYK
RGB Variations
Color information
#239259 (or 0x239259) is known color: Sea Green. HEX triplet: 23, 92 and 59. RGB value is (35,146,89). Sum of RGB (Red+Green+Blue) = 35+146+89=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 146 (57.42% from 255 or 54.07% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 146 - color contains mainly: green. Hex color #239259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239259 is #DC6DA6. Grayscale: #6A6A6A. Windows color (decimal): -14445991 or 5870115. OLE color: 5870115.
HSL color Cylindrical-coordinate representation of color #239259: hue angle of 149.19º 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 #239259 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 146 | 89 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.43 |
| HSL | 149.19º | 0.61% | 0.35% | - |
| HSV(B) | 149.19º | 0.76% | 0.57% | - |
| XYZ | 12.78 | 21.64 | 12.95 | - |
| YUV | 106.31 | 118.23 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 146 | 89 | 0.76 | 0 | 0.39 | 0.43 | 149.19 | 0.61 | 0.35 |
| Hex | 23 | 92 | 59 | 4C | 0 | 27 | 2B | 95 | 3D | 23 |
| Octal | 43 | 222 | 131 | 114 | 0 | 47 | 53 | 225 | 75 | 43 |
| Binary | 100011 | 10010010 | 1011001 | 1001100 | 0 | 100111 | 101011 | 10010101 | 111101 | 100011 |
Color Harmonies of #239259
Complementary color
Monochromatic Colors of #239259
Black with #239259
Text Example
Text Example
White with #239259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239259; }
p { color: rgb(35,146,89); }
H1.HeaderClassName
{
color: #239259;
}
.AnyTagClassName
{
color: #239259;
}
</style>
background-color css
<style>
a { background-color: #239259; }
a { background-color: rgb(35,146,89); }
div.DivClassName
{
background-color: #239259;
}
.BgClassName
{
background-color: #239259;
}
</style>
border-color css
<style>
span { border-color: #239259; }
span { border-color: rgb(35,146,89); }
td.TdClassName
{
border-color: #239259;
}
.TagClassName
{
border-color: #239259;
}
</style>