Shades of Light Sea Green #23AAA8
Tints of Light Sea Green #23AAA8
RGB
CMYK
RGB Variations
Color information
#23AAA8 (or 0x23AAA8) is known color: Light Sea Green. HEX triplet: 23, AA and A8. RGB value is (35,170,168). Sum of RGB (Red+Green+Blue) = 35+170+168=373 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.38% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #23AAA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23AAA8 is #DC5557. Grayscale: #818181. Windows color (decimal): -14439768 or 11053603. OLE color: 11053603.
HSL color Cylindrical-coordinate representation of color #23AAA8: hue angle of 179.11º 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 #23AAA8 is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 170 | 168 | - |
| CMYK | 0.79 | 0 | 0.01 | 0.33 |
| HSL | 179.11º | 0.66% | 0.4% | - |
| HSV(B) | 179.11º | 0.79% | 0.67% | - |
| XYZ | 22.14 | 31.93 | 42.04 | - |
| YUV | 129.41 | 149.77 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 170 | 168 | 0.79 | 0 | 0.01 | 0.33 | 179.11 | 0.66 | 0.4 |
| Hex | 23 | AA | A8 | 4F | 0 | 1 | 21 | B3 | 42 | 28 |
| Octal | 43 | 252 | 250 | 117 | 0 | 1 | 41 | 263 | 102 | 50 |
| Binary | 100011 | 10101010 | 10101000 | 1001111 | 0 | 1 | 100001 | 10110011 | 1000010 | 101000 |
Color Harmonies of #23AAA8
Complementary color
Monochromatic Colors of #23AAA8
Black with #23AAA8
Text Example
Text Example
White with #23AAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AAA8; }
p { color: rgb(35,170,168); }
H1.HeaderClassName
{
color: #23AAA8;
}
.AnyTagClassName
{
color: #23AAA8;
}
</style>
background-color css
<style>
a { background-color: #23AAA8; }
a { background-color: rgb(35,170,168); }
div.DivClassName
{
background-color: #23AAA8;
}
.BgClassName
{
background-color: #23AAA8;
}
</style>
border-color css
<style>
span { border-color: #23AAA8; }
span { border-color: rgb(35,170,168); }
td.TdClassName
{
border-color: #23AAA8;
}
.TagClassName
{
border-color: #23AAA8;
}
</style>