Shades of Light Sea Green #20BCAC
Tints of Light Sea Green #20BCAC
RGB
CMYK
RGB Variations
Color information
#20BCAC (or 0x20BCAC) is known color: Light Sea Green. HEX triplet: 20, BC and AC. RGB value is (32,188,172). Sum of RGB (Red+Green+Blue) = 32+188+172=392 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.16% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 188 - color contains mainly: green. Hex color #20BCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BCAC is #DF4353. Grayscale: #8B8B8B. Windows color (decimal): -14631764 or 11320352. OLE color: 11320352.
HSL color Cylindrical-coordinate representation of color #20BCAC: hue angle of 173.85º 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 #20BCAC is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 188 | 172 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.26 |
| HSL | 173.85º | 0.71% | 0.43% | - |
| HSV(B) | 173.85º | 0.83% | 0.74% | - |
| XYZ | 26.03 | 39.25 | 45.23 | - |
| YUV | 139.53 | 146.32 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 172 | 0.83 | 0 | 0.09 | 0.26 | 173.85 | 0.71 | 0.43 |
| Hex | 20 | BC | AC | 53 | 0 | 9 | 1A | AE | 47 | 2B |
| Octal | 40 | 274 | 254 | 123 | 0 | 11 | 32 | 256 | 107 | 53 |
| Binary | 100000 | 10111100 | 10101100 | 1010011 | 0 | 1001 | 11010 | 10101110 | 1000111 | 101011 |
Color Harmonies of #20BCAC
Complementary color
Monochromatic Colors of #20BCAC
Black with #20BCAC
Text Example
Text Example
White with #20BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCAC; }
p { color: rgb(32,188,172); }
H1.HeaderClassName
{
color: #20BCAC;
}
.AnyTagClassName
{
color: #20BCAC;
}
</style>
background-color css
<style>
a { background-color: #20BCAC; }
a { background-color: rgb(32,188,172); }
div.DivClassName
{
background-color: #20BCAC;
}
.BgClassName
{
background-color: #20BCAC;
}
</style>
border-color css
<style>
span { border-color: #20BCAC; }
span { border-color: rgb(32,188,172); }
td.TdClassName
{
border-color: #20BCAC;
}
.TagClassName
{
border-color: #20BCAC;
}
</style>