Shades of Sea Green #238F50
Tints of Sea Green #238F50
RGB
CMYK
RGB Variations
Color information
#238F50 (or 0x238F50) is known color: Sea Green. HEX triplet: 23, 8F and 50. RGB value is (35,143,80). Sum of RGB (Red+Green+Blue) = 35+143+80=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 143 (56.25% from 255 or 55.43% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 143 - color contains mainly: green. Hex color #238F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238F50 is #DC70AF. Grayscale: #676767. Windows color (decimal): -14446768 or 5279523. OLE color: 5279523.
HSL color Cylindrical-coordinate representation of color #238F50: hue angle of 145º 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 #238F50 is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 143 | 80 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.44 |
| HSL | 145º | 0.61% | 0.35% | - |
| HSV(B) | 145º | 0.76% | 0.56% | - |
| XYZ | 11.96 | 20.58 | 10.93 | - |
| YUV | 103.53 | 114.72 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 143 | 80 | 0.76 | 0 | 0.44 | 0.44 | 145 | 0.61 | 0.35 |
| Hex | 23 | 8F | 50 | 4C | 0 | 2C | 2C | 91 | 3D | 23 |
| Octal | 43 | 217 | 120 | 114 | 0 | 54 | 54 | 221 | 75 | 43 |
| Binary | 100011 | 10001111 | 1010000 | 1001100 | 0 | 101100 | 101100 | 10010001 | 111101 | 100011 |
Color Harmonies of #238F50
Complementary color
Monochromatic Colors of #238F50
Black with #238F50
Text Example
Text Example
White with #238F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #238F50; }
p { color: rgb(35,143,80); }
H1.HeaderClassName
{
color: #238F50;
}
.AnyTagClassName
{
color: #238F50;
}
</style>
background-color css
<style>
a { background-color: #238F50; }
a { background-color: rgb(35,143,80); }
div.DivClassName
{
background-color: #238F50;
}
.BgClassName
{
background-color: #238F50;
}
</style>
border-color css
<style>
span { border-color: #238F50; }
span { border-color: rgb(35,143,80); }
td.TdClassName
{
border-color: #238F50;
}
.TagClassName
{
border-color: #238F50;
}
</style>