Shades of Light Sea Green #20CAB0
Tints of Light Sea Green #20CAB0
RGB
CMYK
RGB Variations
Color information
#20CAB0 (or 0x20CAB0) is known color: Light Sea Green. HEX triplet: 20, CA and B0. RGB value is (32,202,176). Sum of RGB (Red+Green+Blue) = 32+202+176=410 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.80% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #20CAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CAB0 is #DF354F. Grayscale: #949494. Windows color (decimal): -14628176 or 11586080. OLE color: 11586080.
HSL color Cylindrical-coordinate representation of color #20CAB0: hue angle of 170.82º 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 #20CAB0 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 176 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.21 |
| HSL | 170.82º | 0.73% | 0.46% | - |
| HSV(B) | 170.82º | 0.84% | 0.79% | - |
| XYZ | 29.55 | 45.68 | 48.33 | - |
| YUV | 148.21 | 143.68 | 45.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 176 | 0.84 | 0 | 0.13 | 0.21 | 170.82 | 0.73 | 0.46 |
| Hex | 20 | CA | B0 | 54 | 0 | D | 15 | AB | 49 | 2E |
| Octal | 40 | 312 | 260 | 124 | 0 | 15 | 25 | 253 | 111 | 56 |
| Binary | 100000 | 11001010 | 10110000 | 1010100 | 0 | 1101 | 10101 | 10101011 | 1001001 | 101110 |
Color Harmonies of #20CAB0
Complementary color
Monochromatic Colors of #20CAB0
Black with #20CAB0
Text Example
Text Example
White with #20CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CAB0; }
p { color: rgb(32,202,176); }
H1.HeaderClassName
{
color: #20CAB0;
}
.AnyTagClassName
{
color: #20CAB0;
}
</style>
background-color css
<style>
a { background-color: #20CAB0; }
a { background-color: rgb(32,202,176); }
div.DivClassName
{
background-color: #20CAB0;
}
.BgClassName
{
background-color: #20CAB0;
}
</style>
border-color css
<style>
span { border-color: #20CAB0; }
span { border-color: rgb(32,202,176); }
td.TdClassName
{
border-color: #20CAB0;
}
.TagClassName
{
border-color: #20CAB0;
}
</style>