Shades of Light Sea Green #20B2BD
Tints of Light Sea Green #20B2BD
RGB
CMYK
RGB Variations
Color information
#20B2BD (or 0x20B2BD) is known color: Light Sea Green. HEX triplet: 20, B2 and BD. RGB value is (32,178,189). Sum of RGB (Red+Green+Blue) = 32+178+189=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #20B2BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B2BD is #DF4D42. Grayscale: #878787. Windows color (decimal): -14634307 or 12431904. OLE color: 12431904.
HSL color Cylindrical-coordinate representation of color #20B2BD: hue angle of 184.2º 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 #20B2BD is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 178 | 189 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.26 |
| HSL | 184.2º | 0.71% | 0.43% | - |
| HSV(B) | 184.2º | 0.83% | 0.74% | - |
| XYZ | 25.7 | 35.82 | 53.7 | - |
| YUV | 135.6 | 158.13 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 178 | 189 | 0.83 | 0.06 | 0 | 0.26 | 184.2 | 0.71 | 0.43 |
| Hex | 20 | B2 | BD | 53 | 6 | 0 | 1A | B8 | 47 | 2B |
| Octal | 40 | 262 | 275 | 123 | 6 | 0 | 32 | 270 | 107 | 53 |
| Binary | 100000 | 10110010 | 10111101 | 1010011 | 110 | 0 | 11010 | 10111000 | 1000111 | 101011 |
Color Harmonies of #20B2BD
Complementary color
Monochromatic Colors of #20B2BD
Black with #20B2BD
Text Example
Text Example
White with #20B2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B2BD; }
p { color: rgb(32,178,189); }
H1.HeaderClassName
{
color: #20B2BD;
}
.AnyTagClassName
{
color: #20B2BD;
}
</style>
background-color css
<style>
a { background-color: #20B2BD; }
a { background-color: rgb(32,178,189); }
div.DivClassName
{
background-color: #20B2BD;
}
.BgClassName
{
background-color: #20B2BD;
}
</style>
border-color css
<style>
span { border-color: #20B2BD; }
span { border-color: rgb(32,178,189); }
td.TdClassName
{
border-color: #20B2BD;
}
.TagClassName
{
border-color: #20B2BD;
}
</style>