Shades of Sea Green #23A145
Tints of Sea Green #23A145
RGB
CMYK
RGB Variations
Color information
#23A145 (or 0x23A145) is known color: Sea Green. HEX triplet: 23, A1 and 45. RGB value is (35,161,69). Sum of RGB (Red+Green+Blue) = 35+161+69=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 161 (63.28% from 255 or 60.75% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 161 - color contains mainly: green. Hex color #23A145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23A145 is #DC5EBA. Grayscale: #717171. Windows color (decimal): -14442171 or 4563235. OLE color: 4563235.
HSL color Cylindrical-coordinate representation of color #23A145: hue angle of 136.19º 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 #23A145 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 161 | 69 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.37 |
| HSL | 136.19º | 0.64% | 0.38% | - |
| HSV(B) | 136.19º | 0.78% | 0.63% | - |
| XYZ | 14.51 | 26.28 | 9.94 | - |
| YUV | 112.84 | 103.26 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 161 | 69 | 0.78 | 0 | 0.57 | 0.37 | 136.19 | 0.64 | 0.38 |
| Hex | 23 | A1 | 45 | 4E | 0 | 39 | 25 | 88 | 40 | 26 |
| Octal | 43 | 241 | 105 | 116 | 0 | 71 | 45 | 210 | 100 | 46 |
| Binary | 100011 | 10100001 | 1000101 | 1001110 | 0 | 111001 | 100101 | 10001000 | 1000000 | 100110 |
Color Harmonies of #23A145
Complementary color
Monochromatic Colors of #23A145
Black with #23A145
Text Example
Text Example
White with #23A145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A145; }
p { color: rgb(35,161,69); }
H1.HeaderClassName
{
color: #23A145;
}
.AnyTagClassName
{
color: #23A145;
}
</style>
background-color css
<style>
a { background-color: #23A145; }
a { background-color: rgb(35,161,69); }
div.DivClassName
{
background-color: #23A145;
}
.BgClassName
{
background-color: #23A145;
}
</style>
border-color css
<style>
span { border-color: #23A145; }
span { border-color: rgb(35,161,69); }
td.TdClassName
{
border-color: #23A145;
}
.TagClassName
{
border-color: #23A145;
}
</style>