Shades of Light Sea Green #20BE9F
Tints of Light Sea Green #20BE9F
RGB
CMYK
RGB Variations
Color information
#20BE9F (or 0x20BE9F) is known color: Light Sea Green. HEX triplet: 20, BE and 9F. RGB value is (32,190,159). Sum of RGB (Red+Green+Blue) = 32+190+159=381 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.40% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BE9F is #DF4160. Grayscale: #8B8B8B. Windows color (decimal): -14631265 or 10468896. OLE color: 10468896.
HSL color Cylindrical-coordinate representation of color #20BE9F: hue angle of 168.23º 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 #20BE9F is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 159 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.25 |
| HSL | 168.23º | 0.71% | 0.44% | - |
| HSV(B) | 168.23º | 0.83% | 0.75% | - |
| XYZ | 25.27 | 39.64 | 39.12 | - |
| YUV | 139.22 | 139.15 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 159 | 0.83 | 0 | 0.16 | 0.25 | 168.23 | 0.71 | 0.44 |
| Hex | 20 | BE | 9F | 53 | 0 | 10 | 19 | A8 | 47 | 2C |
| Octal | 40 | 276 | 237 | 123 | 0 | 20 | 31 | 250 | 107 | 54 |
| Binary | 100000 | 10111110 | 10011111 | 1010011 | 0 | 10000 | 11001 | 10101000 | 1000111 | 101100 |
Color Harmonies of #20BE9F
Complementary color
Monochromatic Colors of #20BE9F
Black with #20BE9F
Text Example
Text Example
White with #20BE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BE9F; }
p { color: rgb(32,190,159); }
H1.HeaderClassName
{
color: #20BE9F;
}
.AnyTagClassName
{
color: #20BE9F;
}
</style>
background-color css
<style>
a { background-color: #20BE9F; }
a { background-color: rgb(32,190,159); }
div.DivClassName
{
background-color: #20BE9F;
}
.BgClassName
{
background-color: #20BE9F;
}
</style>
border-color css
<style>
span { border-color: #20BE9F; }
span { border-color: rgb(32,190,159); }
td.TdClassName
{
border-color: #20BE9F;
}
.TagClassName
{
border-color: #20BE9F;
}
</style>