Shades of Sea Green #23A040
Tints of Sea Green #23A040
RGB
CMYK
RGB Variations
Color information
#23A040 (or 0x23A040) is known color: Sea Green. HEX triplet: 23, A0 and 40. RGB value is (35,160,64). Sum of RGB (Red+Green+Blue) = 35+160+64=259 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.51% from 259); Green value is 160 (62.89% from 255 or 61.78% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 160 - color contains mainly: green. Hex color #23A040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23A040 is #DC5FBF. Grayscale: #6F6F6F. Windows color (decimal): -14442432 or 4235299. OLE color: 4235299.
HSL color Cylindrical-coordinate representation of color #23A040: hue angle of 133.92º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #23A040 is Cyan = 0.78, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 160 | 64 | - |
| CMYK | 0.78 | 0 | 0.6 | 0.37 |
| HSL | 133.92º | 0.64% | 0.38% | - |
| HSV(B) | 133.92º | 0.78% | 0.63% | - |
| XYZ | 14.19 | 25.87 | 9.1 | - |
| YUV | 111.68 | 101.09 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 160 | 64 | 0.78 | 0 | 0.6 | 0.37 | 133.92 | 0.64 | 0.38 |
| Hex | 23 | A0 | 40 | 4E | 0 | 3C | 25 | 86 | 40 | 26 |
| Octal | 43 | 240 | 100 | 116 | 0 | 74 | 45 | 206 | 100 | 46 |
| Binary | 100011 | 10100000 | 1000000 | 1001110 | 0 | 111100 | 100101 | 10000110 | 1000000 | 100110 |
Color Harmonies of #23A040
Complementary color
Monochromatic Colors of #23A040
Black with #23A040
Text Example
Text Example
White with #23A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A040; }
p { color: rgb(35,160,64); }
H1.HeaderClassName
{
color: #23A040;
}
.AnyTagClassName
{
color: #23A040;
}
</style>
background-color css
<style>
a { background-color: #23A040; }
a { background-color: rgb(35,160,64); }
div.DivClassName
{
background-color: #23A040;
}
.BgClassName
{
background-color: #23A040;
}
</style>
border-color css
<style>
span { border-color: #23A040; }
span { border-color: rgb(35,160,64); }
td.TdClassName
{
border-color: #23A040;
}
.TagClassName
{
border-color: #23A040;
}
</style>