Shades of Light Sea Green #20BFA0
Tints of Light Sea Green #20BFA0
RGB
CMYK
RGB Variations
Color information
#20BFA0 (or 0x20BFA0) is known color: Light Sea Green. HEX triplet: 20, BF and A0. RGB value is (32,191,160). Sum of RGB (Red+Green+Blue) = 32+191+160=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #20BFA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BFA0 is #DF405F. Grayscale: #8B8B8B. Windows color (decimal): -14631008 or 10534688. OLE color: 10534688.
HSL color Cylindrical-coordinate representation of color #20BFA0: hue angle of 168.3º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BFA0 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 191 | 160 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.25 |
| HSL | 168.3º | 0.71% | 0.44% | - |
| HSV(B) | 168.3º | 0.83% | 0.75% | - |
| XYZ | 25.57 | 40.11 | 39.65 | - |
| YUV | 139.93 | 139.32 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 160 | 0.83 | 0 | 0.16 | 0.25 | 168.3 | 0.71 | 0.44 |
| Hex | 20 | BF | A0 | 53 | 0 | 10 | 19 | A8 | 47 | 2C |
| Octal | 40 | 277 | 240 | 123 | 0 | 20 | 31 | 250 | 107 | 54 |
| Binary | 100000 | 10111111 | 10100000 | 1010011 | 0 | 10000 | 11001 | 10101000 | 1000111 | 101100 |
Color Harmonies of #20BFA0
Complementary color
Monochromatic Colors of #20BFA0
Black with #20BFA0
Text Example
Text Example
White with #20BFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BFA0; }
p { color: rgb(32,191,160); }
H1.HeaderClassName
{
color: #20BFA0;
}
.AnyTagClassName
{
color: #20BFA0;
}
</style>
background-color css
<style>
a { background-color: #20BFA0; }
a { background-color: rgb(32,191,160); }
div.DivClassName
{
background-color: #20BFA0;
}
.BgClassName
{
background-color: #20BFA0;
}
</style>
border-color css
<style>
span { border-color: #20BFA0; }
span { border-color: rgb(32,191,160); }
td.TdClassName
{
border-color: #20BFA0;
}
.TagClassName
{
border-color: #20BFA0;
}
</style>