Shades of Light Sea Green #20CAB1
Tints of Light Sea Green #20CAB1
RGB
CMYK
RGB Variations
Color information
#20CAB1 (or 0x20CAB1) is known color: Light Sea Green. HEX triplet: 20, CA and B1. RGB value is (32,202,177). Sum of RGB (Red+Green+Blue) = 32+202+177=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #20CAB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CAB1 is #DF354E. Grayscale: #949494. Windows color (decimal): -14628175 or 11651616. OLE color: 11651616.
HSL color Cylindrical-coordinate representation of color #20CAB1: hue angle of 171.18º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CAB1 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 177 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.21 |
| HSL | 171.18º | 0.73% | 0.46% | - |
| HSV(B) | 171.18º | 0.84% | 0.79% | - |
| XYZ | 29.65 | 45.72 | 48.86 | - |
| YUV | 148.32 | 144.18 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 177 | 0.84 | 0 | 0.12 | 0.21 | 171.18 | 0.73 | 0.46 |
| Hex | 20 | CA | B1 | 54 | 0 | C | 15 | AB | 49 | 2E |
| Octal | 40 | 312 | 261 | 124 | 0 | 14 | 25 | 253 | 111 | 56 |
| Binary | 100000 | 11001010 | 10110001 | 1010100 | 0 | 1100 | 10101 | 10101011 | 1001001 | 101110 |
Color Harmonies of #20CAB1
Complementary color
Monochromatic Colors of #20CAB1
Black with #20CAB1
Text Example
Text Example
White with #20CAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CAB1; }
p { color: rgb(32,202,177); }
H1.HeaderClassName
{
color: #20CAB1;
}
.AnyTagClassName
{
color: #20CAB1;
}
</style>
background-color css
<style>
a { background-color: #20CAB1; }
a { background-color: rgb(32,202,177); }
div.DivClassName
{
background-color: #20CAB1;
}
.BgClassName
{
background-color: #20CAB1;
}
</style>
border-color css
<style>
span { border-color: #20CAB1; }
span { border-color: rgb(32,202,177); }
td.TdClassName
{
border-color: #20CAB1;
}
.TagClassName
{
border-color: #20CAB1;
}
</style>