Shades of Sea Green #238B57
Tints of Sea Green #238B57
RGB
CMYK
RGB Variations
Color information
#238B57 (or 0x238B57) is known color: Sea Green. HEX triplet: 23, 8B and 57. RGB value is (35,139,87). Sum of RGB (Red+Green+Blue) = 35+139+87=261 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.41% from 261); Green value is 139 (54.69% from 255 or 53.26% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 139 - color contains mainly: green. Hex color #238B57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238B57 is #DC74A8. Grayscale: #666666. Windows color (decimal): -14447785 or 5737251. OLE color: 5737251.
HSL color Cylindrical-coordinate representation of color #238B57: hue angle of 150º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238B57 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 139 | 87 | - |
| CMYK | 0.75 | 0 | 0.37 | 0.45 |
| HSL | 150º | 0.6% | 0.34% | - |
| HSV(B) | 150º | 0.75% | 0.55% | - |
| XYZ | 11.65 | 19.51 | 12.17 | - |
| YUV | 101.98 | 119.54 | 80.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 87 | 0.75 | 0 | 0.37 | 0.45 | 150 | 0.6 | 0.34 |
| Hex | 23 | 8B | 57 | 4B | 0 | 25 | 2D | 96 | 3C | 22 |
| Octal | 43 | 213 | 127 | 113 | 0 | 45 | 55 | 226 | 74 | 42 |
| Binary | 100011 | 10001011 | 1010111 | 1001011 | 0 | 100101 | 101101 | 10010110 | 111100 | 100010 |
Color Harmonies of #238B57
Complementary color
Monochromatic Colors of #238B57
Black with #238B57
Text Example
Text Example
White with #238B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238B57; }
p { color: rgb(35,139,87); }
H1.HeaderClassName
{
color: #238B57;
}
.AnyTagClassName
{
color: #238B57;
}
</style>
background-color css
<style>
a { background-color: #238B57; }
a { background-color: rgb(35,139,87); }
div.DivClassName
{
background-color: #238B57;
}
.BgClassName
{
background-color: #238B57;
}
</style>
border-color css
<style>
span { border-color: #238B57; }
span { border-color: rgb(35,139,87); }
td.TdClassName
{
border-color: #238B57;
}
.TagClassName
{
border-color: #238B57;
}
</style>