Shades of Sea Green #238B5A
Tints of Sea Green #238B5A
RGB
CMYK
RGB Variations
Color information
#238B5A (or 0x238B5A) is known color: Sea Green. HEX triplet: 23, 8B and 5A. RGB value is (35,139,90). Sum of RGB (Red+Green+Blue) = 35+139+90=264 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.26% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #238B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238B5A is #DC74A5. Grayscale: #666666. Windows color (decimal): -14447782 or 5933859. OLE color: 5933859.
HSL color Cylindrical-coordinate representation of color #238B5A: hue angle of 151.73º 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 #238B5A is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 35 | 139 | 90 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.45 |
| HSL | 151.73º | 0.6% | 0.34% | - |
| HSV(B) | 151.73º | 0.75% | 0.55% | - |
| XYZ | 11.77 | 19.56 | 12.83 | - |
| YUV | 102.32 | 121.04 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 139 | 90 | 0.75 | 0 | 0.35 | 0.45 | 151.73 | 0.6 | 0.34 |
| Hex | 23 | 8B | 5A | 4B | 0 | 23 | 2D | 98 | 3C | 22 |
| Octal | 43 | 213 | 132 | 113 | 0 | 43 | 55 | 230 | 74 | 42 |
| Binary | 100011 | 10001011 | 1011010 | 1001011 | 0 | 100011 | 101101 | 10011000 | 111100 | 100010 |
Color Harmonies of #238B5A
Complementary color
Monochromatic Colors of #238B5A
Black with #238B5A
Text Example
Text Example
White with #238B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238B5A; }
p { color: rgb(35,139,90); }
H1.HeaderClassName
{
color: #238B5A;
}
.AnyTagClassName
{
color: #238B5A;
}
</style>
background-color css
<style>
a { background-color: #238B5A; }
a { background-color: rgb(35,139,90); }
div.DivClassName
{
background-color: #238B5A;
}
.BgClassName
{
background-color: #238B5A;
}
</style>
border-color css
<style>
span { border-color: #238B5A; }
span { border-color: rgb(35,139,90); }
td.TdClassName
{
border-color: #238B5A;
}
.TagClassName
{
border-color: #238B5A;
}
</style>