Shades of Light Sea Green #20BCC3
Tints of Light Sea Green #20BCC3
RGB
CMYK
RGB Variations
Color information
#20BCC3 (or 0x20BCC3) is known color: Light Sea Green. HEX triplet: 20, BC and C3. RGB value is (32,188,195). Sum of RGB (Red+Green+Blue) = 32+188+195=415 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.71% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #20BCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BCC3 is #DF433C. Grayscale: #8D8D8D. Windows color (decimal): -14631741 or 12827680. OLE color: 12827680.
HSL color Cylindrical-coordinate representation of color #20BCC3: hue angle of 182.58º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20BCC3 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 188 | 195 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.24 |
| HSL | 182.58º | 0.72% | 0.45% | - |
| HSV(B) | 182.58º | 0.84% | 0.76% | - |
| XYZ | 28.43 | 40.21 | 57.89 | - |
| YUV | 142.15 | 157.82 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 195 | 0.84 | 0.04 | 0 | 0.24 | 182.58 | 0.72 | 0.45 |
| Hex | 20 | BC | C3 | 54 | 4 | 0 | 18 | B7 | 48 | 2D |
| Octal | 40 | 274 | 303 | 124 | 4 | 0 | 30 | 267 | 110 | 55 |
| Binary | 100000 | 10111100 | 11000011 | 1010100 | 100 | 0 | 11000 | 10110111 | 1001000 | 101101 |
Color Harmonies of #20BCC3
Complementary color
Monochromatic Colors of #20BCC3
Black with #20BCC3
Text Example
Text Example
White with #20BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BCC3; }
p { color: rgb(32,188,195); }
H1.HeaderClassName
{
color: #20BCC3;
}
.AnyTagClassName
{
color: #20BCC3;
}
</style>
background-color css
<style>
a { background-color: #20BCC3; }
a { background-color: rgb(32,188,195); }
div.DivClassName
{
background-color: #20BCC3;
}
.BgClassName
{
background-color: #20BCC3;
}
</style>
border-color css
<style>
span { border-color: #20BCC3; }
span { border-color: rgb(32,188,195); }
td.TdClassName
{
border-color: #20BCC3;
}
.TagClassName
{
border-color: #20BCC3;
}
</style>