Shades of Sea Green #239450
Tints of Sea Green #239450
RGB
CMYK
RGB Variations
Color information
#239450 (or 0x239450) is known color: Sea Green. HEX triplet: 23, 94 and 50. RGB value is (35,148,80). Sum of RGB (Red+Green+Blue) = 35+148+80=263 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.31% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #239450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239450 is #DC6BAF. Grayscale: #6A6A6A. Windows color (decimal): -14445488 or 5280803. OLE color: 5280803.
HSL color Cylindrical-coordinate representation of color #239450: hue angle of 143.89º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239450 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 148 | 80 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.42 |
| HSL | 143.89º | 0.62% | 0.36% | - |
| HSV(B) | 143.89º | 0.76% | 0.58% | - |
| XYZ | 12.73 | 22.12 | 11.19 | - |
| YUV | 106.46 | 113.06 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 148 | 80 | 0.76 | 0 | 0.46 | 0.42 | 143.89 | 0.62 | 0.36 |
| Hex | 23 | 94 | 50 | 4C | 0 | 2E | 2A | 90 | 3E | 24 |
| Octal | 43 | 224 | 120 | 114 | 0 | 56 | 52 | 220 | 76 | 44 |
| Binary | 100011 | 10010100 | 1010000 | 1001100 | 0 | 101110 | 101010 | 10010000 | 111110 | 100100 |
Color Harmonies of #239450
Complementary color
Monochromatic Colors of #239450
Black with #239450
Text Example
Text Example
White with #239450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239450; }
p { color: rgb(35,148,80); }
H1.HeaderClassName
{
color: #239450;
}
.AnyTagClassName
{
color: #239450;
}
</style>
background-color css
<style>
a { background-color: #239450; }
a { background-color: rgb(35,148,80); }
div.DivClassName
{
background-color: #239450;
}
.BgClassName
{
background-color: #239450;
}
</style>
border-color css
<style>
span { border-color: #239450; }
span { border-color: rgb(35,148,80); }
td.TdClassName
{
border-color: #239450;
}
.TagClassName
{
border-color: #239450;
}
</style>