Shades of Light Sea Green #23A8A0
Tints of Light Sea Green #23A8A0
RGB
CMYK
RGB Variations
Color information
#23A8A0 (or 0x23A8A0) is known color: Light Sea Green. HEX triplet: 23, A8 and A0. RGB value is (35,168,160). Sum of RGB (Red+Green+Blue) = 35+168+160=363 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.64% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 168 - color contains mainly: green. Hex color #23A8A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A8A0 is #DC575F. Grayscale: #7F7F7F. Windows color (decimal): -14440288 or 10528803. OLE color: 10528803.
HSL color Cylindrical-coordinate representation of color #23A8A0: hue angle of 176.39º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A8A0 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 35 | 168 | 160 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.34 |
| HSL | 176.39º | 0.66% | 0.4% | - |
| HSV(B) | 176.39º | 0.79% | 0.66% | - |
| XYZ | 21.04 | 30.9 | 38.11 | - |
| YUV | 127.32 | 146.44 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 168 | 160 | 0.79 | 0 | 0.05 | 0.34 | 176.39 | 0.66 | 0.4 |
| Hex | 23 | A8 | A0 | 4F | 0 | 5 | 22 | B0 | 42 | 28 |
| Octal | 43 | 250 | 240 | 117 | 0 | 5 | 42 | 260 | 102 | 50 |
| Binary | 100011 | 10101000 | 10100000 | 1001111 | 0 | 101 | 100010 | 10110000 | 1000010 | 101000 |
Color Harmonies of #23A8A0
Complementary color
Monochromatic Colors of #23A8A0
Black with #23A8A0
Text Example
Text Example
White with #23A8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A8A0; }
p { color: rgb(35,168,160); }
H1.HeaderClassName
{
color: #23A8A0;
}
.AnyTagClassName
{
color: #23A8A0;
}
</style>
background-color css
<style>
a { background-color: #23A8A0; }
a { background-color: rgb(35,168,160); }
div.DivClassName
{
background-color: #23A8A0;
}
.BgClassName
{
background-color: #23A8A0;
}
</style>
border-color css
<style>
span { border-color: #23A8A0; }
span { border-color: rgb(35,168,160); }
td.TdClassName
{
border-color: #23A8A0;
}
.TagClassName
{
border-color: #23A8A0;
}
</style>