Shades of Light Sea Green #20C1BB
Tints of Light Sea Green #20C1BB
RGB
CMYK
RGB Variations
Color information
#20C1BB (or 0x20C1BB) is known color: Light Sea Green. HEX triplet: 20, C1 and BB. RGB value is (32,193,187). Sum of RGB (Red+Green+Blue) = 32+193+187=412 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.77% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #20C1BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C1BB is #DF3E44. Grayscale: #909090. Windows color (decimal): -14630469 or 12304672. OLE color: 12304672.
HSL color Cylindrical-coordinate representation of color #20C1BB: hue angle of 177.76º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C1BB is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 187 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.24 |
| HSL | 177.76º | 0.72% | 0.44% | - |
| HSV(B) | 177.76º | 0.83% | 0.76% | - |
| XYZ | 28.64 | 42.03 | 53.62 | - |
| YUV | 144.18 | 152.16 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 187 | 0.83 | 0 | 0.03 | 0.24 | 177.76 | 0.72 | 0.44 |
| Hex | 20 | C1 | BB | 53 | 0 | 3 | 18 | B2 | 48 | 2C |
| Octal | 40 | 301 | 273 | 123 | 0 | 3 | 30 | 262 | 110 | 54 |
| Binary | 100000 | 11000001 | 10111011 | 1010011 | 0 | 11 | 11000 | 10110010 | 1001000 | 101100 |
Color Harmonies of #20C1BB
Complementary color
Monochromatic Colors of #20C1BB
Black with #20C1BB
Text Example
Text Example
White with #20C1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C1BB; }
p { color: rgb(32,193,187); }
H1.HeaderClassName
{
color: #20C1BB;
}
.AnyTagClassName
{
color: #20C1BB;
}
</style>
background-color css
<style>
a { background-color: #20C1BB; }
a { background-color: rgb(32,193,187); }
div.DivClassName
{
background-color: #20C1BB;
}
.BgClassName
{
background-color: #20C1BB;
}
</style>
border-color css
<style>
span { border-color: #20C1BB; }
span { border-color: rgb(32,193,187); }
td.TdClassName
{
border-color: #20C1BB;
}
.TagClassName
{
border-color: #20C1BB;
}
</style>