Shades of Light Sea Green #20CDB5
Tints of Light Sea Green #20CDB5
RGB
CMYK
RGB Variations
Color information
#20CDB5 (or 0x20CDB5) is known color: Light Sea Green. HEX triplet: 20, CD and B5. RGB value is (32,205,181). Sum of RGB (Red+Green+Blue) = 32+205+181=418 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.66% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDB5 is #DF324A. Grayscale: #969696. Windows color (decimal): -14627403 or 11914528. OLE color: 11914528.
HSL color Cylindrical-coordinate representation of color #20CDB5: hue angle of 171.68º 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 #20CDB5 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 181 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.20 |
| HSL | 171.68º | 0.73% | 0.46% | - |
| HSV(B) | 171.68º | 0.84% | 0.8% | - |
| XYZ | 30.77 | 47.31 | 51.23 | - |
| YUV | 150.54 | 145.19 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 181 | 0.84 | 0 | 0.12 | 0.20 | 171.68 | 0.73 | 0.46 |
| Hex | 20 | CD | B5 | 54 | 0 | C | 14 | AC | 49 | 2E |
| Octal | 40 | 315 | 265 | 124 | 0 | 14 | 24 | 254 | 111 | 56 |
| Binary | 100000 | 11001101 | 10110101 | 1010100 | 0 | 1100 | 10100 | 10101100 | 1001001 | 101110 |
Color Harmonies of #20CDB5
Complementary color
Monochromatic Colors of #20CDB5
Black with #20CDB5
Text Example
Text Example
White with #20CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDB5; }
p { color: rgb(32,205,181); }
H1.HeaderClassName
{
color: #20CDB5;
}
.AnyTagClassName
{
color: #20CDB5;
}
</style>
background-color css
<style>
a { background-color: #20CDB5; }
a { background-color: rgb(32,205,181); }
div.DivClassName
{
background-color: #20CDB5;
}
.BgClassName
{
background-color: #20CDB5;
}
</style>
border-color css
<style>
span { border-color: #20CDB5; }
span { border-color: rgb(32,205,181); }
td.TdClassName
{
border-color: #20CDB5;
}
.TagClassName
{
border-color: #20CDB5;
}
</style>