Shades of Light Sea Green #20CDB8
Tints of Light Sea Green #20CDB8
RGB
CMYK
RGB Variations
Color information
#20CDB8 (or 0x20CDB8) is known color: Light Sea Green. HEX triplet: 20, CD and B8. RGB value is (32,205,184). Sum of RGB (Red+Green+Blue) = 32+205+184=421 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.60% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #20CDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDB8 is #DF3247. Grayscale: #969696. Windows color (decimal): -14627400 or 12111136. OLE color: 12111136.
HSL color Cylindrical-coordinate representation of color #20CDB8: hue angle of 172.72º 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 #20CDB8 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 184 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.20 |
| HSL | 172.72º | 0.73% | 0.46% | - |
| HSV(B) | 172.72º | 0.84% | 0.8% | - |
| XYZ | 31.08 | 47.43 | 52.86 | - |
| YUV | 150.88 | 146.69 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 184 | 0.84 | 0 | 0.10 | 0.20 | 172.72 | 0.73 | 0.46 |
| Hex | 20 | CD | B8 | 54 | 0 | A | 14 | AD | 49 | 2E |
| Octal | 40 | 315 | 270 | 124 | 0 | 12 | 24 | 255 | 111 | 56 |
| Binary | 100000 | 11001101 | 10111000 | 1010100 | 0 | 1010 | 10100 | 10101101 | 1001001 | 101110 |
Color Harmonies of #20CDB8
Complementary color
Monochromatic Colors of #20CDB8
Black with #20CDB8
Text Example
Text Example
White with #20CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CDB8; }
p { color: rgb(32,205,184); }
H1.HeaderClassName
{
color: #20CDB8;
}
.AnyTagClassName
{
color: #20CDB8;
}
</style>
background-color css
<style>
a { background-color: #20CDB8; }
a { background-color: rgb(32,205,184); }
div.DivClassName
{
background-color: #20CDB8;
}
.BgClassName
{
background-color: #20CDB8;
}
</style>
border-color css
<style>
span { border-color: #20CDB8; }
span { border-color: rgb(32,205,184); }
td.TdClassName
{
border-color: #20CDB8;
}
.TagClassName
{
border-color: #20CDB8;
}
</style>