Shades of Light Sea Green #20BCAA
Tints of Light Sea Green #20BCAA
RGB
CMYK
RGB Variations
Color information
#20BCAA (or 0x20BCAA) is known color: Light Sea Green. HEX triplet: 20, BC and AA. RGB value is (32,188,170). Sum of RGB (Red+Green+Blue) = 32+188+170=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #20BCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BCAA is #DF4355. Grayscale: #8B8B8B. Windows color (decimal): -14631766 or 11189280. OLE color: 11189280.
HSL color Cylindrical-coordinate representation of color #20BCAA: hue angle of 173.08º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BCAA is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 188 | 170 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.26 |
| HSL | 173.08º | 0.71% | 0.43% | - |
| HSV(B) | 173.08º | 0.83% | 0.74% | - |
| XYZ | 25.83 | 39.18 | 44.23 | - |
| YUV | 139.3 | 145.32 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 170 | 0.83 | 0 | 0.10 | 0.26 | 173.08 | 0.71 | 0.43 |
| Hex | 20 | BC | AA | 53 | 0 | A | 1A | AD | 47 | 2B |
| Octal | 40 | 274 | 252 | 123 | 0 | 12 | 32 | 255 | 107 | 53 |
| Binary | 100000 | 10111100 | 10101010 | 1010011 | 0 | 1010 | 11010 | 10101101 | 1000111 | 101011 |
Color Harmonies of #20BCAA
Complementary color
Monochromatic Colors of #20BCAA
Black with #20BCAA
Text Example
Text Example
White with #20BCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCAA; }
p { color: rgb(32,188,170); }
H1.HeaderClassName
{
color: #20BCAA;
}
.AnyTagClassName
{
color: #20BCAA;
}
</style>
background-color css
<style>
a { background-color: #20BCAA; }
a { background-color: rgb(32,188,170); }
div.DivClassName
{
background-color: #20BCAA;
}
.BgClassName
{
background-color: #20BCAA;
}
</style>
border-color css
<style>
span { border-color: #20BCAA; }
span { border-color: rgb(32,188,170); }
td.TdClassName
{
border-color: #20BCAA;
}
.TagClassName
{
border-color: #20BCAA;
}
</style>