Shades of Sea Green #238B5E
Tints of Sea Green #238B5E
RGB
CMYK
RGB Variations
Color information
#238B5E (or 0x238B5E) is known color: Sea Green. HEX triplet: 23, 8B and 5E. RGB value is (35,139,94). Sum of RGB (Red+Green+Blue) = 35+139+94=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #238B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238B5E is #DC74A1. Grayscale: #666666. Windows color (decimal): -14447778 or 6196003. OLE color: 6196003.
HSL color Cylindrical-coordinate representation of color #238B5E: hue angle of 154.04º 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 #238B5E is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 139 | 94 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.45 |
| HSL | 154.04º | 0.6% | 0.34% | - |
| HSV(B) | 154.04º | 0.75% | 0.55% | - |
| XYZ | 11.95 | 19.63 | 13.75 | - |
| YUV | 102.77 | 123.04 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 94 | 0.75 | 0 | 0.32 | 0.45 | 154.04 | 0.6 | 0.34 |
| Hex | 23 | 8B | 5E | 4B | 0 | 20 | 2D | 9A | 3C | 22 |
| Octal | 43 | 213 | 136 | 113 | 0 | 40 | 55 | 232 | 74 | 42 |
| Binary | 100011 | 10001011 | 1011110 | 1001011 | 0 | 100000 | 101101 | 10011010 | 111100 | 100010 |
Color Harmonies of #238B5E
Complementary color
Monochromatic Colors of #238B5E
Black with #238B5E
Text Example
Text Example
White with #238B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238B5E; }
p { color: rgb(35,139,94); }
H1.HeaderClassName
{
color: #238B5E;
}
.AnyTagClassName
{
color: #238B5E;
}
</style>
background-color css
<style>
a { background-color: #238B5E; }
a { background-color: rgb(35,139,94); }
div.DivClassName
{
background-color: #238B5E;
}
.BgClassName
{
background-color: #238B5E;
}
</style>
border-color css
<style>
span { border-color: #238B5E; }
span { border-color: rgb(35,139,94); }
td.TdClassName
{
border-color: #238B5E;
}
.TagClassName
{
border-color: #238B5E;
}
</style>