Shades of Sea Green #239B53
Tints of Sea Green #239B53
RGB
CMYK
RGB Variations
Color information
#239B53 (or 0x239B53) is known color: Sea Green. HEX triplet: 23, 9B and 53. RGB value is (35,155,83). Sum of RGB (Red+Green+Blue) = 35+155+83=273 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.82% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #239B53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239B53 is #DC64AC. Grayscale: #6F6F6F. Windows color (decimal): -14443693 or 5479203. OLE color: 5479203.
HSL color Cylindrical-coordinate representation of color #239B53: hue angle of 144º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239B53 is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 35 | 155 | 83 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.39 |
| HSL | 144º | 0.63% | 0.37% | - |
| HSV(B) | 144º | 0.77% | 0.61% | - |
| XYZ | 13.98 | 24.42 | 12.16 | - |
| YUV | 110.91 | 112.24 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 83 | 0.77 | 0 | 0.46 | 0.39 | 144 | 0.63 | 0.37 |
| Hex | 23 | 9B | 53 | 4D | 0 | 2E | 27 | 90 | 3F | 25 |
| Octal | 43 | 233 | 123 | 115 | 0 | 56 | 47 | 220 | 77 | 45 |
| Binary | 100011 | 10011011 | 1010011 | 1001101 | 0 | 101110 | 100111 | 10010000 | 111111 | 100101 |
Color Harmonies of #239B53
Complementary color
Monochromatic Colors of #239B53
Black with #239B53
Text Example
Text Example
White with #239B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239B53; }
p { color: rgb(35,155,83); }
H1.HeaderClassName
{
color: #239B53;
}
.AnyTagClassName
{
color: #239B53;
}
</style>
background-color css
<style>
a { background-color: #239B53; }
a { background-color: rgb(35,155,83); }
div.DivClassName
{
background-color: #239B53;
}
.BgClassName
{
background-color: #239B53;
}
</style>
border-color css
<style>
span { border-color: #239B53; }
span { border-color: rgb(35,155,83); }
td.TdClassName
{
border-color: #239B53;
}
.TagClassName
{
border-color: #239B53;
}
</style>