Shades of Light Sea Green #23BDAA
Tints of Light Sea Green #23BDAA
RGB
CMYK
RGB Variations
Color information
#23BDAA (or 0x23BDAA) is known color: Light Sea Green. HEX triplet: 23, BD and AA. RGB value is (35,189,170). Sum of RGB (Red+Green+Blue) = 35+189+170=394 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.88% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #23BDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BDAA is #DC4255. Grayscale: #8C8C8C. Windows color (decimal): -14434902 or 11189539. OLE color: 11189539.
HSL color Cylindrical-coordinate representation of color #23BDAA: hue angle of 172.6º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BDAA is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 189 | 170 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.26 |
| HSL | 172.6º | 0.69% | 0.44% | - |
| HSV(B) | 172.6º | 0.81% | 0.74% | - |
| XYZ | 26.15 | 39.65 | 44.31 | - |
| YUV | 140.79 | 144.48 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 189 | 170 | 0.81 | 0 | 0.10 | 0.26 | 172.6 | 0.69 | 0.44 |
| Hex | 23 | BD | AA | 51 | 0 | A | 1A | AD | 45 | 2C |
| Octal | 43 | 275 | 252 | 121 | 0 | 12 | 32 | 255 | 105 | 54 |
| Binary | 100011 | 10111101 | 10101010 | 1010001 | 0 | 1010 | 11010 | 10101101 | 1000101 | 101100 |
Color Harmonies of #23BDAA
Complementary color
Monochromatic Colors of #23BDAA
Black with #23BDAA
Text Example
Text Example
White with #23BDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BDAA; }
p { color: rgb(35,189,170); }
H1.HeaderClassName
{
color: #23BDAA;
}
.AnyTagClassName
{
color: #23BDAA;
}
</style>
background-color css
<style>
a { background-color: #23BDAA; }
a { background-color: rgb(35,189,170); }
div.DivClassName
{
background-color: #23BDAA;
}
.BgClassName
{
background-color: #23BDAA;
}
</style>
border-color css
<style>
span { border-color: #23BDAA; }
span { border-color: rgb(35,189,170); }
td.TdClassName
{
border-color: #23BDAA;
}
.TagClassName
{
border-color: #23BDAA;
}
</style>