Shades of Sea Green #238F58
Tints of Sea Green #238F58
RGB
CMYK
RGB Variations
Color information
#238F58 (or 0x238F58) is known color: Sea Green. HEX triplet: 23, 8F and 58. RGB value is (35,143,88). Sum of RGB (Red+Green+Blue) = 35+143+88=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 143 (56.25% from 255 or 53.76% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 143 - color contains mainly: green. Hex color #238F58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238F58 is #DC70A7. Grayscale: #686868. Windows color (decimal): -14446760 or 5803811. OLE color: 5803811.
HSL color Cylindrical-coordinate representation of color #238F58: hue angle of 149.44º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238F58 is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 143 | 88 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.44 |
| HSL | 149.44º | 0.61% | 0.35% | - |
| HSV(B) | 149.44º | 0.76% | 0.56% | - |
| XYZ | 12.28 | 20.71 | 12.58 | - |
| YUV | 104.44 | 118.72 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 88 | 0.76 | 0 | 0.38 | 0.44 | 149.44 | 0.61 | 0.35 |
| Hex | 23 | 8F | 58 | 4C | 0 | 26 | 2C | 95 | 3D | 23 |
| Octal | 43 | 217 | 130 | 114 | 0 | 46 | 54 | 225 | 75 | 43 |
| Binary | 100011 | 10001111 | 1011000 | 1001100 | 0 | 100110 | 101100 | 10010101 | 111101 | 100011 |
Color Harmonies of #238F58
Complementary color
Monochromatic Colors of #238F58
Black with #238F58
Text Example
Text Example
White with #238F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238F58; }
p { color: rgb(35,143,88); }
H1.HeaderClassName
{
color: #238F58;
}
.AnyTagClassName
{
color: #238F58;
}
</style>
background-color css
<style>
a { background-color: #238F58; }
a { background-color: rgb(35,143,88); }
div.DivClassName
{
background-color: #238F58;
}
.BgClassName
{
background-color: #238F58;
}
</style>
border-color css
<style>
span { border-color: #238F58; }
span { border-color: rgb(35,143,88); }
td.TdClassName
{
border-color: #238F58;
}
.TagClassName
{
border-color: #238F58;
}
</style>