Shades of Sea Green #23A142
Tints of Sea Green #23A142
RGB
CMYK
RGB Variations
Color information
#23A142 (or 0x23A142) is known color: Sea Green. HEX triplet: 23, A1 and 42. RGB value is (35,161,66). Sum of RGB (Red+Green+Blue) = 35+161+66=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 161 (63.28% from 255 or 61.45% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 161 - color contains mainly: green. Hex color #23A142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23A142 is #DC5EBD. Grayscale: #707070. Windows color (decimal): -14442174 or 4366627. OLE color: 4366627.
HSL color Cylindrical-coordinate representation of color #23A142: hue angle of 134.76º 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 #23A142 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 35 | 161 | 66 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.37 |
| HSL | 134.76º | 0.64% | 0.38% | - |
| HSV(B) | 134.76º | 0.78% | 0.63% | - |
| XYZ | 14.42 | 26.24 | 9.46 | - |
| YUV | 112.5 | 101.76 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 161 | 66 | 0.78 | 0 | 0.59 | 0.37 | 134.76 | 0.64 | 0.38 |
| Hex | 23 | A1 | 42 | 4E | 0 | 3B | 25 | 87 | 40 | 26 |
| Octal | 43 | 241 | 102 | 116 | 0 | 73 | 45 | 207 | 100 | 46 |
| Binary | 100011 | 10100001 | 1000010 | 1001110 | 0 | 111011 | 100101 | 10000111 | 1000000 | 100110 |
Color Harmonies of #23A142
Complementary color
Monochromatic Colors of #23A142
Black with #23A142
Text Example
Text Example
White with #23A142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A142; }
p { color: rgb(35,161,66); }
H1.HeaderClassName
{
color: #23A142;
}
.AnyTagClassName
{
color: #23A142;
}
</style>
background-color css
<style>
a { background-color: #23A142; }
a { background-color: rgb(35,161,66); }
div.DivClassName
{
background-color: #23A142;
}
.BgClassName
{
background-color: #23A142;
}
</style>
border-color css
<style>
span { border-color: #23A142; }
span { border-color: rgb(35,161,66); }
td.TdClassName
{
border-color: #23A142;
}
.TagClassName
{
border-color: #23A142;
}
</style>