Shades of Light Sea Green #20CDBC
Tints of Light Sea Green #20CDBC
RGB
CMYK
RGB Variations
Color information
#20CDBC (or 0x20CDBC) is known color: Light Sea Green. HEX triplet: 20, CD and BC. RGB value is (32,205,188). Sum of RGB (Red+Green+Blue) = 32+205+188=425 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.53% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDBC is #DF3243. Grayscale: #979797. Windows color (decimal): -14627396 or 12373280. OLE color: 12373280.
HSL color Cylindrical-coordinate representation of color #20CDBC: hue angle of 174.1º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CDBC is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 188 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.20 |
| HSL | 174.1º | 0.73% | 0.46% | - |
| HSV(B) | 174.1º | 0.84% | 0.8% | - |
| XYZ | 31.5 | 47.6 | 55.1 | - |
| YUV | 151.34 | 148.69 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 188 | 0.84 | 0 | 0.08 | 0.20 | 174.1 | 0.73 | 0.46 |
| Hex | 20 | CD | BC | 54 | 0 | 8 | 14 | AE | 49 | 2E |
| Octal | 40 | 315 | 274 | 124 | 0 | 10 | 24 | 256 | 111 | 56 |
| Binary | 100000 | 11001101 | 10111100 | 1010100 | 0 | 1000 | 10100 | 10101110 | 1001001 | 101110 |
Color Harmonies of #20CDBC
Complementary color
Monochromatic Colors of #20CDBC
Black with #20CDBC
Text Example
Text Example
White with #20CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDBC; }
p { color: rgb(32,205,188); }
H1.HeaderClassName
{
color: #20CDBC;
}
.AnyTagClassName
{
color: #20CDBC;
}
</style>
background-color css
<style>
a { background-color: #20CDBC; }
a { background-color: rgb(32,205,188); }
div.DivClassName
{
background-color: #20CDBC;
}
.BgClassName
{
background-color: #20CDBC;
}
</style>
border-color css
<style>
span { border-color: #20CDBC; }
span { border-color: rgb(32,205,188); }
td.TdClassName
{
border-color: #20CDBC;
}
.TagClassName
{
border-color: #20CDBC;
}
</style>