Shades of Light Sea Green #23AAA1
Tints of Light Sea Green #23AAA1
RGB
CMYK
RGB Variations
Color information
#23AAA1 (or 0x23AAA1) is known color: Light Sea Green. HEX triplet: 23, AA and A1. RGB value is (35,170,161). Sum of RGB (Red+Green+Blue) = 35+170+161=366 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.56% from 366); Green value is 170 (66.80% from 255 or 46.45% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 170 - color contains mainly: green. Hex color #23AAA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AAA1 is #DC555E. Grayscale: #808080. Windows color (decimal): -14439775 or 10594851. OLE color: 10594851.
HSL color Cylindrical-coordinate representation of color #23AAA1: hue angle of 176º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23AAA1 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 170 | 161 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.33 |
| HSL | 176º | 0.66% | 0.4% | - |
| HSV(B) | 176º | 0.79% | 0.67% | - |
| XYZ | 21.5 | 31.68 | 38.7 | - |
| YUV | 128.61 | 146.27 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 170 | 161 | 0.79 | 0 | 0.05 | 0.33 | 176 | 0.66 | 0.4 |
| Hex | 23 | AA | A1 | 4F | 0 | 5 | 21 | B0 | 42 | 28 |
| Octal | 43 | 252 | 241 | 117 | 0 | 5 | 41 | 260 | 102 | 50 |
| Binary | 100011 | 10101010 | 10100001 | 1001111 | 0 | 101 | 100001 | 10110000 | 1000010 | 101000 |
Color Harmonies of #23AAA1
Complementary color
Monochromatic Colors of #23AAA1
Black with #23AAA1
Text Example
Text Example
White with #23AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AAA1; }
p { color: rgb(35,170,161); }
H1.HeaderClassName
{
color: #23AAA1;
}
.AnyTagClassName
{
color: #23AAA1;
}
</style>
background-color css
<style>
a { background-color: #23AAA1; }
a { background-color: rgb(35,170,161); }
div.DivClassName
{
background-color: #23AAA1;
}
.BgClassName
{
background-color: #23AAA1;
}
</style>
border-color css
<style>
span { border-color: #23AAA1; }
span { border-color: rgb(35,170,161); }
td.TdClassName
{
border-color: #23AAA1;
}
.TagClassName
{
border-color: #23AAA1;
}
</style>