Shades of Light Sea Green #23AAA6
Tints of Light Sea Green #23AAA6
RGB
CMYK
RGB Variations
Color information
#23AAA6 (or 0x23AAA6) is known color: Light Sea Green. HEX triplet: 23, AA and A6. RGB value is (35,170,166). Sum of RGB (Red+Green+Blue) = 35+170+166=371 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.43% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #23AAA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AAA6 is #DC5559. Grayscale: #818181. Windows color (decimal): -14439770 or 10922531. OLE color: 10922531.
HSL color Cylindrical-coordinate representation of color #23AAA6: hue angle of 178.22º 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 #23AAA6 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 170 | 166 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.33 |
| HSL | 178.22º | 0.66% | 0.4% | - |
| HSV(B) | 178.22º | 0.79% | 0.67% | - |
| XYZ | 21.95 | 31.86 | 41.07 | - |
| YUV | 129.18 | 148.77 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 170 | 166 | 0.79 | 0 | 0.02 | 0.33 | 178.22 | 0.66 | 0.4 |
| Hex | 23 | AA | A6 | 4F | 0 | 2 | 21 | B2 | 42 | 28 |
| Octal | 43 | 252 | 246 | 117 | 0 | 2 | 41 | 262 | 102 | 50 |
| Binary | 100011 | 10101010 | 10100110 | 1001111 | 0 | 10 | 100001 | 10110010 | 1000010 | 101000 |
Color Harmonies of #23AAA6
Complementary color
Monochromatic Colors of #23AAA6
Black with #23AAA6
Text Example
Text Example
White with #23AAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AAA6; }
p { color: rgb(35,170,166); }
H1.HeaderClassName
{
color: #23AAA6;
}
.AnyTagClassName
{
color: #23AAA6;
}
</style>
background-color css
<style>
a { background-color: #23AAA6; }
a { background-color: rgb(35,170,166); }
div.DivClassName
{
background-color: #23AAA6;
}
.BgClassName
{
background-color: #23AAA6;
}
</style>
border-color css
<style>
span { border-color: #23AAA6; }
span { border-color: rgb(35,170,166); }
td.TdClassName
{
border-color: #23AAA6;
}
.TagClassName
{
border-color: #23AAA6;
}
</style>