Shades of Sea Green #239160
Tints of Sea Green #239160
RGB
CMYK
RGB Variations
Color information
#239160 (or 0x239160) is known color: Sea Green. HEX triplet: 23, 91 and 60. RGB value is (35,145,96). Sum of RGB (Red+Green+Blue) = 35+145+96=276 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.68% from 276); Green value is 145 (57.03% from 255 or 52.54% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 145 - color contains mainly: green. Hex color #239160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239160 is #DC6E9F. Grayscale: #6A6A6A. Windows color (decimal): -14446240 or 6328611. OLE color: 6328611.
HSL color Cylindrical-coordinate representation of color #239160: hue angle of 153.27º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #239160 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 35 | 145 | 96 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.43 |
| HSL | 153.27º | 0.61% | 0.35% | - |
| HSV(B) | 153.27º | 0.76% | 0.57% | - |
| XYZ | 12.93 | 21.45 | 14.53 | - |
| YUV | 106.52 | 122.06 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 145 | 96 | 0.76 | 0 | 0.34 | 0.43 | 153.27 | 0.61 | 0.35 |
| Hex | 23 | 91 | 60 | 4C | 0 | 22 | 2B | 99 | 3D | 23 |
| Octal | 43 | 221 | 140 | 114 | 0 | 42 | 53 | 231 | 75 | 43 |
| Binary | 100011 | 10010001 | 1100000 | 1001100 | 0 | 100010 | 101011 | 10011001 | 111101 | 100011 |
Color Harmonies of #239160
Complementary color
Monochromatic Colors of #239160
Black with #239160
Text Example
Text Example
White with #239160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239160; }
p { color: rgb(35,145,96); }
H1.HeaderClassName
{
color: #239160;
}
.AnyTagClassName
{
color: #239160;
}
</style>
background-color css
<style>
a { background-color: #239160; }
a { background-color: rgb(35,145,96); }
div.DivClassName
{
background-color: #239160;
}
.BgClassName
{
background-color: #239160;
}
</style>
border-color css
<style>
span { border-color: #239160; }
span { border-color: rgb(35,145,96); }
td.TdClassName
{
border-color: #239160;
}
.TagClassName
{
border-color: #239160;
}
</style>