Shades of Light Sea Green #20BCA2
Tints of Light Sea Green #20BCA2
RGB
CMYK
RGB Variations
Color information
#20BCA2 (or 0x20BCA2) is known color: Light Sea Green. HEX triplet: 20, BC and A2. RGB value is (32,188,162). Sum of RGB (Red+Green+Blue) = 32+188+162=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 162 (63.67% from 255 or 42.41% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #20BCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BCA2 is #DF435D. Grayscale: #8A8A8A. Windows color (decimal): -14631774 or 10664992. OLE color: 10664992.
HSL color Cylindrical-coordinate representation of color #20BCA2: hue angle of 170º 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 #20BCA2 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 188 | 162 | - |
| CMYK | 0.83 | 0 | 0.14 | 0.26 |
| HSL | 170º | 0.71% | 0.43% | - |
| HSV(B) | 170º | 0.83% | 0.74% | - |
| XYZ | 25.1 | 38.88 | 40.36 | - |
| YUV | 138.39 | 141.32 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 162 | 0.83 | 0 | 0.14 | 0.26 | 170 | 0.71 | 0.43 |
| Hex | 20 | BC | A2 | 53 | 0 | E | 1A | AA | 47 | 2B |
| Octal | 40 | 274 | 242 | 123 | 0 | 16 | 32 | 252 | 107 | 53 |
| Binary | 100000 | 10111100 | 10100010 | 1010011 | 0 | 1110 | 11010 | 10101010 | 1000111 | 101011 |
Color Harmonies of #20BCA2
Complementary color
Monochromatic Colors of #20BCA2
Black with #20BCA2
Text Example
Text Example
White with #20BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCA2; }
p { color: rgb(32,188,162); }
H1.HeaderClassName
{
color: #20BCA2;
}
.AnyTagClassName
{
color: #20BCA2;
}
</style>
background-color css
<style>
a { background-color: #20BCA2; }
a { background-color: rgb(32,188,162); }
div.DivClassName
{
background-color: #20BCA2;
}
.BgClassName
{
background-color: #20BCA2;
}
</style>
border-color css
<style>
span { border-color: #20BCA2; }
span { border-color: rgb(32,188,162); }
td.TdClassName
{
border-color: #20BCA2;
}
.TagClassName
{
border-color: #20BCA2;
}
</style>