Shades of Light Sea Green #20B4BB
Tints of Light Sea Green #20B4BB
RGB
CMYK
RGB Variations
Color information
#20B4BB (or 0x20B4BB) is known color: Light Sea Green. HEX triplet: 20, B4 and BB. RGB value is (32,180,187). Sum of RGB (Red+Green+Blue) = 32+180+187=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #20B4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20B4BB is #DF4B44. Grayscale: #888888. Windows color (decimal): -14633797 or 12301344. OLE color: 12301344.
HSL color Cylindrical-coordinate representation of color #20B4BB: hue angle of 182.71º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B4BB is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 180 | 187 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.27 |
| HSL | 182.71º | 0.71% | 0.43% | - |
| HSV(B) | 182.71º | 0.83% | 0.73% | - |
| XYZ | 25.89 | 36.54 | 52.7 | - |
| YUV | 136.55 | 156.47 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 180 | 187 | 0.83 | 0.04 | 0 | 0.27 | 182.71 | 0.71 | 0.43 |
| Hex | 20 | B4 | BB | 53 | 4 | 0 | 1B | B7 | 47 | 2B |
| Octal | 40 | 264 | 273 | 123 | 4 | 0 | 33 | 267 | 107 | 53 |
| Binary | 100000 | 10110100 | 10111011 | 1010011 | 100 | 0 | 11011 | 10110111 | 1000111 | 101011 |
Color Harmonies of #20B4BB
Complementary color
Monochromatic Colors of #20B4BB
Black with #20B4BB
Text Example
Text Example
White with #20B4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B4BB; }
p { color: rgb(32,180,187); }
H1.HeaderClassName
{
color: #20B4BB;
}
.AnyTagClassName
{
color: #20B4BB;
}
</style>
background-color css
<style>
a { background-color: #20B4BB; }
a { background-color: rgb(32,180,187); }
div.DivClassName
{
background-color: #20B4BB;
}
.BgClassName
{
background-color: #20B4BB;
}
</style>
border-color css
<style>
span { border-color: #20B4BB; }
span { border-color: rgb(32,180,187); }
td.TdClassName
{
border-color: #20B4BB;
}
.TagClassName
{
border-color: #20B4BB;
}
</style>