Shades of Light Sea Green #20CAB5
Tints of Light Sea Green #20CAB5
RGB
CMYK
RGB Variations
Color information
#20CAB5 (or 0x20CAB5) is known color: Light Sea Green. HEX triplet: 20, CA and B5. RGB value is (32,202,181). Sum of RGB (Red+Green+Blue) = 32+202+181=415 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.71% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #20CAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CAB5 is #DF354A. Grayscale: #949494. Windows color (decimal): -14628171 or 11913760. OLE color: 11913760.
HSL color Cylindrical-coordinate representation of color #20CAB5: hue angle of 172.59º 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 #20CAB5 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 181 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.21 |
| HSL | 172.59º | 0.73% | 0.46% | - |
| HSV(B) | 172.59º | 0.84% | 0.79% | - |
| XYZ | 30.06 | 45.88 | 50.99 | - |
| YUV | 148.78 | 146.18 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 181 | 0.84 | 0 | 0.10 | 0.21 | 172.59 | 0.73 | 0.46 |
| Hex | 20 | CA | B5 | 54 | 0 | A | 15 | AD | 49 | 2E |
| Octal | 40 | 312 | 265 | 124 | 0 | 12 | 25 | 255 | 111 | 56 |
| Binary | 100000 | 11001010 | 10110101 | 1010100 | 0 | 1010 | 10101 | 10101101 | 1001001 | 101110 |
Color Harmonies of #20CAB5
Complementary color
Monochromatic Colors of #20CAB5
Black with #20CAB5
Text Example
Text Example
White with #20CAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CAB5; }
p { color: rgb(32,202,181); }
H1.HeaderClassName
{
color: #20CAB5;
}
.AnyTagClassName
{
color: #20CAB5;
}
</style>
background-color css
<style>
a { background-color: #20CAB5; }
a { background-color: rgb(32,202,181); }
div.DivClassName
{
background-color: #20CAB5;
}
.BgClassName
{
background-color: #20CAB5;
}
</style>
border-color css
<style>
span { border-color: #20CAB5; }
span { border-color: rgb(32,202,181); }
td.TdClassName
{
border-color: #20CAB5;
}
.TagClassName
{
border-color: #20CAB5;
}
</style>