Shades of Light Sea Green #20B3BC
Tints of Light Sea Green #20B3BC
RGB
CMYK
RGB Variations
Color information
#20B3BC (or 0x20B3BC) is known color: Light Sea Green. HEX triplet: 20, B3 and BC. RGB value is (32,179,188). Sum of RGB (Red+Green+Blue) = 32+179+188=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #20B3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20B3BC is #DF4C43. Grayscale: #878787. Windows color (decimal): -14634052 or 12366624. OLE color: 12366624.
HSL color Cylindrical-coordinate representation of color #20B3BC: hue angle of 183.46º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B3BC is Cyan = 0.83, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 179 | 188 | - |
| CMYK | 0.83 | 0.05 | 0 | 0.26 |
| HSL | 183.46º | 0.71% | 0.43% | - |
| HSV(B) | 183.46º | 0.83% | 0.74% | - |
| XYZ | 25.79 | 36.18 | 53.2 | - |
| YUV | 136.07 | 157.3 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 179 | 188 | 0.83 | 0.05 | 0 | 0.26 | 183.46 | 0.71 | 0.43 |
| Hex | 20 | B3 | BC | 53 | 5 | 0 | 1A | B7 | 47 | 2B |
| Octal | 40 | 263 | 274 | 123 | 5 | 0 | 32 | 267 | 107 | 53 |
| Binary | 100000 | 10110011 | 10111100 | 1010011 | 101 | 0 | 11010 | 10110111 | 1000111 | 101011 |
Color Harmonies of #20B3BC
Complementary color
Monochromatic Colors of #20B3BC
Black with #20B3BC
Text Example
Text Example
White with #20B3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B3BC; }
p { color: rgb(32,179,188); }
H1.HeaderClassName
{
color: #20B3BC;
}
.AnyTagClassName
{
color: #20B3BC;
}
</style>
background-color css
<style>
a { background-color: #20B3BC; }
a { background-color: rgb(32,179,188); }
div.DivClassName
{
background-color: #20B3BC;
}
.BgClassName
{
background-color: #20B3BC;
}
</style>
border-color css
<style>
span { border-color: #20B3BC; }
span { border-color: rgb(32,179,188); }
td.TdClassName
{
border-color: #20B3BC;
}
.TagClassName
{
border-color: #20B3BC;
}
</style>