Shades of Light Sea Green #20CCB8
Tints of Light Sea Green #20CCB8
RGB
CMYK
RGB Variations
Color information
#20CCB8 (or 0x20CCB8) is known color: Light Sea Green. HEX triplet: 20, CC and B8. RGB value is (32,204,184). Sum of RGB (Red+Green+Blue) = 32+204+184=420 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.62% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #20CCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCB8 is #DF3347. Grayscale: #969696. Windows color (decimal): -14627656 or 12110880. OLE color: 12110880.
HSL color Cylindrical-coordinate representation of color #20CCB8: hue angle of 173.02º 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 #20CCB8 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 204 | 184 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.2 |
| HSL | 173.02º | 0.73% | 0.46% | - |
| HSV(B) | 173.02º | 0.84% | 0.8% | - |
| XYZ | 30.84 | 46.95 | 52.78 | - |
| YUV | 150.29 | 147.02 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 184 | 0.84 | 0 | 0.10 | 0.2 | 173.02 | 0.73 | 0.46 |
| Hex | 20 | CC | B8 | 54 | 0 | A | 14 | AD | 49 | 2E |
| Octal | 40 | 314 | 270 | 124 | 0 | 12 | 24 | 255 | 111 | 56 |
| Binary | 100000 | 11001100 | 10111000 | 1010100 | 0 | 1010 | 10100 | 10101101 | 1001001 | 101110 |
Color Harmonies of #20CCB8
Complementary color
Monochromatic Colors of #20CCB8
Black with #20CCB8
Text Example
Text Example
White with #20CCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CCB8; }
p { color: rgb(32,204,184); }
H1.HeaderClassName
{
color: #20CCB8;
}
.AnyTagClassName
{
color: #20CCB8;
}
</style>
background-color css
<style>
a { background-color: #20CCB8; }
a { background-color: rgb(32,204,184); }
div.DivClassName
{
background-color: #20CCB8;
}
.BgClassName
{
background-color: #20CCB8;
}
</style>
border-color css
<style>
span { border-color: #20CCB8; }
span { border-color: rgb(32,204,184); }
td.TdClassName
{
border-color: #20CCB8;
}
.TagClassName
{
border-color: #20CCB8;
}
</style>