Shades of Sea Green #239053
Tints of Sea Green #239053
RGB
CMYK
RGB Variations
Color information
#239053 (or 0x239053) is known color: Sea Green. HEX triplet: 23, 90 and 53. RGB value is (35,144,83). Sum of RGB (Red+Green+Blue) = 35+144+83=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #239053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239053 is #DC6FAC. Grayscale: #686868. Windows color (decimal): -14446509 or 5476387. OLE color: 5476387.
HSL color Cylindrical-coordinate representation of color #239053: hue angle of 146.42º 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 #239053 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 35 | 144 | 83 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.44 |
| HSL | 146.42º | 0.61% | 0.35% | - |
| HSV(B) | 146.42º | 0.76% | 0.56% | - |
| XYZ | 12.23 | 20.93 | 11.58 | - |
| YUV | 104.46 | 115.89 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 144 | 83 | 0.76 | 0 | 0.42 | 0.44 | 146.42 | 0.61 | 0.35 |
| Hex | 23 | 90 | 53 | 4C | 0 | 2A | 2C | 92 | 3D | 23 |
| Octal | 43 | 220 | 123 | 114 | 0 | 52 | 54 | 222 | 75 | 43 |
| Binary | 100011 | 10010000 | 1010011 | 1001100 | 0 | 101010 | 101100 | 10010010 | 111101 | 100011 |
Color Harmonies of #239053
Complementary color
Monochromatic Colors of #239053
Black with #239053
Text Example
Text Example
White with #239053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239053; }
p { color: rgb(35,144,83); }
H1.HeaderClassName
{
color: #239053;
}
.AnyTagClassName
{
color: #239053;
}
</style>
background-color css
<style>
a { background-color: #239053; }
a { background-color: rgb(35,144,83); }
div.DivClassName
{
background-color: #239053;
}
.BgClassName
{
background-color: #239053;
}
</style>
border-color css
<style>
span { border-color: #239053; }
span { border-color: rgb(35,144,83); }
td.TdClassName
{
border-color: #239053;
}
.TagClassName
{
border-color: #239053;
}
</style>