Shades of Light Sea Green #20CCBC
Tints of Light Sea Green #20CCBC
RGB
CMYK
RGB Variations
Color information
#20CCBC (or 0x20CCBC) is known color: Light Sea Green. HEX triplet: 20, CC and BC. RGB value is (32,204,188). Sum of RGB (Red+Green+Blue) = 32+204+188=424 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.55% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #20CCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCBC is #DF3343. Grayscale: #969696. Windows color (decimal): -14627652 or 12373024. OLE color: 12373024.
HSL color Cylindrical-coordinate representation of color #20CCBC: hue angle of 174.42º 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 #20CCBC is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 204 | 188 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.2 |
| HSL | 174.42º | 0.73% | 0.46% | - |
| HSV(B) | 174.42º | 0.84% | 0.8% | - |
| XYZ | 31.27 | 47.12 | 55.02 | - |
| YUV | 150.75 | 149.02 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 188 | 0.84 | 0 | 0.08 | 0.2 | 174.42 | 0.73 | 0.46 |
| Hex | 20 | CC | BC | 54 | 0 | 8 | 14 | AE | 49 | 2E |
| Octal | 40 | 314 | 274 | 124 | 0 | 10 | 24 | 256 | 111 | 56 |
| Binary | 100000 | 11001100 | 10111100 | 1010100 | 0 | 1000 | 10100 | 10101110 | 1001001 | 101110 |
Color Harmonies of #20CCBC
Complementary color
Monochromatic Colors of #20CCBC
Black with #20CCBC
Text Example
Text Example
White with #20CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CCBC; }
p { color: rgb(32,204,188); }
H1.HeaderClassName
{
color: #20CCBC;
}
.AnyTagClassName
{
color: #20CCBC;
}
</style>
background-color css
<style>
a { background-color: #20CCBC; }
a { background-color: rgb(32,204,188); }
div.DivClassName
{
background-color: #20CCBC;
}
.BgClassName
{
background-color: #20CCBC;
}
</style>
border-color css
<style>
span { border-color: #20CCBC; }
span { border-color: rgb(32,204,188); }
td.TdClassName
{
border-color: #20CCBC;
}
.TagClassName
{
border-color: #20CCBC;
}
</style>