Shades of Light Sea Green #20D1B4
Tints of Light Sea Green #20D1B4
RGB
CMYK
RGB Variations
Color information
#20D1B4 (or 0x20D1B4) is known color: Light Sea Green. HEX triplet: 20, D1 and B4. RGB value is (32,209,180). Sum of RGB (Red+Green+Blue) = 32+209+180=421 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.60% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #20D1B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D1B4 is #DF2E4B. Grayscale: #989898. Windows color (decimal): -14626380 or 11850016. OLE color: 11850016.
HSL color Cylindrical-coordinate representation of color #20D1B4: hue angle of 170.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D1B4 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 209 | 180 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.18 |
| HSL | 170.17º | 0.73% | 0.47% | - |
| HSV(B) | 170.17º | 0.85% | 0.82% | - |
| XYZ | 31.63 | 49.2 | 51.01 | - |
| YUV | 152.77 | 143.36 | 41.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 209 | 180 | 0.85 | 0 | 0.14 | 0.18 | 170.17 | 0.73 | 0.47 |
| Hex | 20 | D1 | B4 | 55 | 0 | E | 12 | AA | 49 | 2F |
| Octal | 40 | 321 | 264 | 125 | 0 | 16 | 22 | 252 | 111 | 57 |
| Binary | 100000 | 11010001 | 10110100 | 1010101 | 0 | 1110 | 10010 | 10101010 | 1001001 | 101111 |
Color Harmonies of #20D1B4
Complementary color
Monochromatic Colors of #20D1B4
Black with #20D1B4
Text Example
Text Example
White with #20D1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D1B4; }
p { color: rgb(32,209,180); }
H1.HeaderClassName
{
color: #20D1B4;
}
.AnyTagClassName
{
color: #20D1B4;
}
</style>
background-color css
<style>
a { background-color: #20D1B4; }
a { background-color: rgb(32,209,180); }
div.DivClassName
{
background-color: #20D1B4;
}
.BgClassName
{
background-color: #20D1B4;
}
</style>
border-color css
<style>
span { border-color: #20D1B4; }
span { border-color: rgb(32,209,180); }
td.TdClassName
{
border-color: #20D1B4;
}
.TagClassName
{
border-color: #20D1B4;
}
</style>