Shades of Light Sea Green #20BCBF
Tints of Light Sea Green #20BCBF
RGB
CMYK
RGB Variations
Color information
#20BCBF (or 0x20BCBF) is known color: Light Sea Green. HEX triplet: 20, BC and BF. RGB value is (32,188,191). Sum of RGB (Red+Green+Blue) = 32+188+191=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #20BCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BCBF is #DF4340. Grayscale: #8D8D8D. Windows color (decimal): -14631745 or 12565536. OLE color: 12565536.
HSL color Cylindrical-coordinate representation of color #20BCBF: hue angle of 181.13º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BCBF is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 188 | 191 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.25 |
| HSL | 181.13º | 0.71% | 0.44% | - |
| HSV(B) | 181.13º | 0.83% | 0.75% | - |
| XYZ | 27.98 | 40.04 | 55.54 | - |
| YUV | 141.7 | 155.82 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 191 | 0.83 | 0.02 | 0 | 0.25 | 181.13 | 0.71 | 0.44 |
| Hex | 20 | BC | BF | 53 | 2 | 0 | 19 | B5 | 47 | 2C |
| Octal | 40 | 274 | 277 | 123 | 2 | 0 | 31 | 265 | 107 | 54 |
| Binary | 100000 | 10111100 | 10111111 | 1010011 | 10 | 0 | 11001 | 10110101 | 1000111 | 101100 |
Color Harmonies of #20BCBF
Complementary color
Monochromatic Colors of #20BCBF
Black with #20BCBF
Text Example
Text Example
White with #20BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCBF; }
p { color: rgb(32,188,191); }
H1.HeaderClassName
{
color: #20BCBF;
}
.AnyTagClassName
{
color: #20BCBF;
}
</style>
background-color css
<style>
a { background-color: #20BCBF; }
a { background-color: rgb(32,188,191); }
div.DivClassName
{
background-color: #20BCBF;
}
.BgClassName
{
background-color: #20BCBF;
}
</style>
border-color css
<style>
span { border-color: #20BCBF; }
span { border-color: rgb(32,188,191); }
td.TdClassName
{
border-color: #20BCBF;
}
.TagClassName
{
border-color: #20BCBF;
}
</style>