Shades of Light Sea Green #23A9AA
Tints of Light Sea Green #23A9AA
RGB
CMYK
RGB Variations
Color information
#23A9AA (or 0x23A9AA) is known color: Light Sea Green. HEX triplet: 23, A9 and AA. RGB value is (35,169,170). Sum of RGB (Red+Green+Blue) = 35+169+170=374 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.36% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #23A9AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A9AA is #DC5655. Grayscale: #808080. Windows color (decimal): -14440022 or 11184419. OLE color: 11184419.
HSL color Cylindrical-coordinate representation of color #23A9AA: hue angle of 180.44º 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 #23A9AA is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 169 | 170 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.33 |
| HSL | 180.44º | 0.66% | 0.4% | - |
| HSV(B) | 180.44º | 0.79% | 0.67% | - |
| XYZ | 22.14 | 31.64 | 42.97 | - |
| YUV | 129.05 | 151.11 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 169 | 170 | 0.79 | 0.01 | 0 | 0.33 | 180.44 | 0.66 | 0.4 |
| Hex | 23 | A9 | AA | 4F | 1 | 0 | 21 | B4 | 42 | 28 |
| Octal | 43 | 251 | 252 | 117 | 1 | 0 | 41 | 264 | 102 | 50 |
| Binary | 100011 | 10101001 | 10101010 | 1001111 | 1 | 0 | 100001 | 10110100 | 1000010 | 101000 |
Color Harmonies of #23A9AA
Complementary color
Monochromatic Colors of #23A9AA
Black with #23A9AA
Text Example
Text Example
White with #23A9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A9AA; }
p { color: rgb(35,169,170); }
H1.HeaderClassName
{
color: #23A9AA;
}
.AnyTagClassName
{
color: #23A9AA;
}
</style>
background-color css
<style>
a { background-color: #23A9AA; }
a { background-color: rgb(35,169,170); }
div.DivClassName
{
background-color: #23A9AA;
}
.BgClassName
{
background-color: #23A9AA;
}
</style>
border-color css
<style>
span { border-color: #23A9AA; }
span { border-color: rgb(35,169,170); }
td.TdClassName
{
border-color: #23A9AA;
}
.TagClassName
{
border-color: #23A9AA;
}
</style>