Shades of Sea Green #238E5D
Tints of Sea Green #238E5D
RGB
CMYK
RGB Variations
Color information
#238E5D (or 0x238E5D) is known color: Sea Green. HEX triplet: 23, 8E and 5D. RGB value is (35,142,93). Sum of RGB (Red+Green+Blue) = 35+142+93=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 142 (55.86% from 255 or 52.59% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 142 - color contains mainly: green. Hex color #238E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238E5D is #DC71A2. Grayscale: #686868. Windows color (decimal): -14447011 or 6131235. OLE color: 6131235.
HSL color Cylindrical-coordinate representation of color #238E5D: hue angle of 152.52º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238E5D is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 142 | 93 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.44 |
| HSL | 152.52º | 0.6% | 0.35% | - |
| HSV(B) | 152.52º | 0.75% | 0.56% | - |
| XYZ | 12.34 | 20.49 | 13.66 | - |
| YUV | 104.42 | 121.55 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 142 | 93 | 0.75 | 0 | 0.35 | 0.44 | 152.52 | 0.6 | 0.35 |
| Hex | 23 | 8E | 5D | 4B | 0 | 23 | 2C | 99 | 3C | 23 |
| Octal | 43 | 216 | 135 | 113 | 0 | 43 | 54 | 231 | 74 | 43 |
| Binary | 100011 | 10001110 | 1011101 | 1001011 | 0 | 100011 | 101100 | 10011001 | 111100 | 100011 |
Color Harmonies of #238E5D
Complementary color
Monochromatic Colors of #238E5D
Black with #238E5D
Text Example
Text Example
White with #238E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238E5D; }
p { color: rgb(35,142,93); }
H1.HeaderClassName
{
color: #238E5D;
}
.AnyTagClassName
{
color: #238E5D;
}
</style>
background-color css
<style>
a { background-color: #238E5D; }
a { background-color: rgb(35,142,93); }
div.DivClassName
{
background-color: #238E5D;
}
.BgClassName
{
background-color: #238E5D;
}
</style>
border-color css
<style>
span { border-color: #238E5D; }
span { border-color: rgb(35,142,93); }
td.TdClassName
{
border-color: #238E5D;
}
.TagClassName
{
border-color: #238E5D;
}
</style>