Shades of Sea Green #238D59
Tints of Sea Green #238D59
RGB
CMYK
RGB Variations
Color information
#238D59 (or 0x238D59) is known color: Sea Green. HEX triplet: 23, 8D and 59. RGB value is (35,141,89). Sum of RGB (Red+Green+Blue) = 35+141+89=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 141 (55.47% from 255 or 53.21% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 141 - color contains mainly: green. Hex color #238D59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238D59 is #DC72A6. Grayscale: #676767. Windows color (decimal): -14447271 or 5868835. OLE color: 5868835.
HSL color Cylindrical-coordinate representation of color #238D59: hue angle of 150.57º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238D59 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 141 | 89 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.45 |
| HSL | 150.57º | 0.6% | 0.35% | - |
| HSV(B) | 150.57º | 0.75% | 0.55% | - |
| XYZ | 12.02 | 20.13 | 12.7 | - |
| YUV | 103.38 | 119.88 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 141 | 89 | 0.75 | 0 | 0.37 | 0.45 | 150.57 | 0.6 | 0.35 |
| Hex | 23 | 8D | 59 | 4B | 0 | 25 | 2D | 97 | 3C | 23 |
| Octal | 43 | 215 | 131 | 113 | 0 | 45 | 55 | 227 | 74 | 43 |
| Binary | 100011 | 10001101 | 1011001 | 1001011 | 0 | 100101 | 101101 | 10010111 | 111100 | 100011 |
Color Harmonies of #238D59
Complementary color
Monochromatic Colors of #238D59
Black with #238D59
Text Example
Text Example
White with #238D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238D59; }
p { color: rgb(35,141,89); }
H1.HeaderClassName
{
color: #238D59;
}
.AnyTagClassName
{
color: #238D59;
}
</style>
background-color css
<style>
a { background-color: #238D59; }
a { background-color: rgb(35,141,89); }
div.DivClassName
{
background-color: #238D59;
}
.BgClassName
{
background-color: #238D59;
}
</style>
border-color css
<style>
span { border-color: #238D59; }
span { border-color: rgb(35,141,89); }
td.TdClassName
{
border-color: #238D59;
}
.TagClassName
{
border-color: #238D59;
}
</style>