Shades of Light Sea Green #20B7A5
Tints of Light Sea Green #20B7A5
RGB
CMYK
RGB Variations
Color information
#20B7A5 (or 0x20B7A5) is known color: Light Sea Green. HEX triplet: 20, B7 and A5. RGB value is (32,183,165). Sum of RGB (Red+Green+Blue) = 32+183+165=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 165 (64.84% from 255 or 43.42% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #20B7A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20B7A5 is #DF485A. Grayscale: #878787. Windows color (decimal): -14633051 or 10860320. OLE color: 10860320.
HSL color Cylindrical-coordinate representation of color #20B7A5: hue angle of 172.85º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B7A5 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 183 | 165 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.28 |
| HSL | 172.85º | 0.7% | 0.42% | - |
| HSV(B) | 172.85º | 0.83% | 0.72% | - |
| XYZ | 24.32 | 36.89 | 41.44 | - |
| YUV | 135.8 | 144.47 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 183 | 165 | 0.83 | 0 | 0.10 | 0.28 | 172.85 | 0.7 | 0.42 |
| Hex | 20 | B7 | A5 | 53 | 0 | A | 1C | AD | 46 | 2A |
| Octal | 40 | 267 | 245 | 123 | 0 | 12 | 34 | 255 | 106 | 52 |
| Binary | 100000 | 10110111 | 10100101 | 1010011 | 0 | 1010 | 11100 | 10101101 | 1000110 | 101010 |
Color Harmonies of #20B7A5
Complementary color
Monochromatic Colors of #20B7A5
Black with #20B7A5
Text Example
Text Example
White with #20B7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B7A5; }
p { color: rgb(32,183,165); }
H1.HeaderClassName
{
color: #20B7A5;
}
.AnyTagClassName
{
color: #20B7A5;
}
</style>
background-color css
<style>
a { background-color: #20B7A5; }
a { background-color: rgb(32,183,165); }
div.DivClassName
{
background-color: #20B7A5;
}
.BgClassName
{
background-color: #20B7A5;
}
</style>
border-color css
<style>
span { border-color: #20B7A5; }
span { border-color: rgb(32,183,165); }
td.TdClassName
{
border-color: #20B7A5;
}
.TagClassName
{
border-color: #20B7A5;
}
</style>