Shades of Light Sea Green #20B0BC
Tints of Light Sea Green #20B0BC
RGB
CMYK
RGB Variations
Color information
#20B0BC (or 0x20B0BC) is known color: Light Sea Green. HEX triplet: 20, B0 and BC. RGB value is (32,176,188). Sum of RGB (Red+Green+Blue) = 32+176+188=396 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.08% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #20B0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B0BC is #DF4F43. Grayscale: #868686. Windows color (decimal): -14634820 or 12365856. OLE color: 12365856.
HSL color Cylindrical-coordinate representation of color #20B0BC: hue angle of 184.62º 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 #20B0BC is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 176 | 188 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.26 |
| HSL | 184.62º | 0.71% | 0.43% | - |
| HSV(B) | 184.62º | 0.83% | 0.74% | - |
| XYZ | 25.2 | 34.99 | 53 | - |
| YUV | 134.31 | 158.29 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 176 | 188 | 0.83 | 0.06 | 0 | 0.26 | 184.62 | 0.71 | 0.43 |
| Hex | 20 | B0 | BC | 53 | 6 | 0 | 1A | B9 | 47 | 2B |
| Octal | 40 | 260 | 274 | 123 | 6 | 0 | 32 | 271 | 107 | 53 |
| Binary | 100000 | 10110000 | 10111100 | 1010011 | 110 | 0 | 11010 | 10111001 | 1000111 | 101011 |
Color Harmonies of #20B0BC
Complementary color
Monochromatic Colors of #20B0BC
Black with #20B0BC
Text Example
Text Example
White with #20B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B0BC; }
p { color: rgb(32,176,188); }
H1.HeaderClassName
{
color: #20B0BC;
}
.AnyTagClassName
{
color: #20B0BC;
}
</style>
background-color css
<style>
a { background-color: #20B0BC; }
a { background-color: rgb(32,176,188); }
div.DivClassName
{
background-color: #20B0BC;
}
.BgClassName
{
background-color: #20B0BC;
}
</style>
border-color css
<style>
span { border-color: #20B0BC; }
span { border-color: rgb(32,176,188); }
td.TdClassName
{
border-color: #20B0BC;
}
.TagClassName
{
border-color: #20B0BC;
}
</style>