Shades of Sea Green #239358
Tints of Sea Green #239358
RGB
CMYK
RGB Variations
Color information
#239358 (or 0x239358) is known color: Sea Green. HEX triplet: 23, 93 and 58. RGB value is (35,147,88). Sum of RGB (Red+Green+Blue) = 35+147+88=270 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.96% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #239358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239358 is #DC6CA7. Grayscale: #6A6A6A. Windows color (decimal): -14445736 or 5804835. OLE color: 5804835.
HSL color Cylindrical-coordinate representation of color #239358: hue angle of 148.39º 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 #239358 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 35 | 147 | 88 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.42 |
| HSL | 148.39º | 0.62% | 0.36% | - |
| HSV(B) | 148.39º | 0.76% | 0.58% | - |
| XYZ | 12.89 | 21.93 | 12.79 | - |
| YUV | 106.79 | 117.39 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 147 | 88 | 0.76 | 0 | 0.40 | 0.42 | 148.39 | 0.62 | 0.36 |
| Hex | 23 | 93 | 58 | 4C | 0 | 28 | 2A | 94 | 3E | 24 |
| Octal | 43 | 223 | 130 | 114 | 0 | 50 | 52 | 224 | 76 | 44 |
| Binary | 100011 | 10010011 | 1011000 | 1001100 | 0 | 101000 | 101010 | 10010100 | 111110 | 100100 |
Color Harmonies of #239358
Complementary color
Monochromatic Colors of #239358
Black with #239358
Text Example
Text Example
White with #239358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239358; }
p { color: rgb(35,147,88); }
H1.HeaderClassName
{
color: #239358;
}
.AnyTagClassName
{
color: #239358;
}
</style>
background-color css
<style>
a { background-color: #239358; }
a { background-color: rgb(35,147,88); }
div.DivClassName
{
background-color: #239358;
}
.BgClassName
{
background-color: #239358;
}
</style>
border-color css
<style>
span { border-color: #239358; }
span { border-color: rgb(35,147,88); }
td.TdClassName
{
border-color: #239358;
}
.TagClassName
{
border-color: #239358;
}
</style>