Shades of Light Sea Green #20B4A6
Tints of Light Sea Green #20B4A6
RGB
CMYK
RGB Variations
Color information
#20B4A6 (or 0x20B4A6) is known color: Light Sea Green. HEX triplet: 20, B4 and A6. RGB value is (32,180,166). Sum of RGB (Red+Green+Blue) = 32+180+166=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #20B4A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20B4A6 is #DF4B59. Grayscale: #868686. Windows color (decimal): -14633818 or 10925088. OLE color: 10925088.
HSL color Cylindrical-coordinate representation of color #20B4A6: hue angle of 174.32º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B4A6 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 180 | 166 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.29 |
| HSL | 174.32º | 0.7% | 0.42% | - |
| HSV(B) | 174.32º | 0.82% | 0.71% | - |
| XYZ | 23.8 | 35.7 | 41.71 | - |
| YUV | 134.15 | 145.97 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 180 | 166 | 0.82 | 0 | 0.08 | 0.29 | 174.32 | 0.7 | 0.42 |
| Hex | 20 | B4 | A6 | 52 | 0 | 8 | 1D | AE | 46 | 2A |
| Octal | 40 | 264 | 246 | 122 | 0 | 10 | 35 | 256 | 106 | 52 |
| Binary | 100000 | 10110100 | 10100110 | 1010010 | 0 | 1000 | 11101 | 10101110 | 1000110 | 101010 |
Color Harmonies of #20B4A6
Complementary color
Monochromatic Colors of #20B4A6
Black with #20B4A6
Text Example
Text Example
White with #20B4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B4A6; }
p { color: rgb(32,180,166); }
H1.HeaderClassName
{
color: #20B4A6;
}
.AnyTagClassName
{
color: #20B4A6;
}
</style>
background-color css
<style>
a { background-color: #20B4A6; }
a { background-color: rgb(32,180,166); }
div.DivClassName
{
background-color: #20B4A6;
}
.BgClassName
{
background-color: #20B4A6;
}
</style>
border-color css
<style>
span { border-color: #20B4A6; }
span { border-color: rgb(32,180,166); }
td.TdClassName
{
border-color: #20B4A6;
}
.TagClassName
{
border-color: #20B4A6;
}
</style>