Shades of Light Sea Green #20ABAB
Tints of Light Sea Green #20ABAB
RGB
CMYK
RGB Variations
Color information
#20ABAB (or 0x20ABAB) is known color: Light Sea Green. HEX triplet: 20, AB and AB. RGB value is (32,171,171). Sum of RGB (Red+Green+Blue) = 32+171+171=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #20ABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20ABAB is #DF5454. Grayscale: #818181. Windows color (decimal): -14636117 or 11250464. OLE color: 11250464.
HSL color Cylindrical-coordinate representation of color #20ABAB: hue angle of 180º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20ABAB is Cyan = 0.81, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 171 | 171 | - |
| CMYK | 0.81 | 0 | 0 | 0.33 |
| HSL | 180º | 0.68% | 0.4% | - |
| HSV(B) | 180º | 0.81% | 0.67% | - |
| XYZ | 22.51 | 32.37 | 43.59 | - |
| YUV | 129.44 | 151.45 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 171 | 0.81 | 0 | 0 | 0.33 | 180 | 0.68 | 0.4 |
| Hex | 20 | AB | AB | 51 | 0 | 0 | 21 | B4 | 44 | 28 |
| Octal | 40 | 253 | 253 | 121 | 0 | 0 | 41 | 264 | 104 | 50 |
| Binary | 100000 | 10101011 | 10101011 | 1010001 | 0 | 0 | 100001 | 10110100 | 1000100 | 101000 |
Color Harmonies of #20ABAB
Complementary color
Monochromatic Colors of #20ABAB
Black with #20ABAB
Text Example
Text Example
White with #20ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ABAB; }
p { color: rgb(32,171,171); }
H1.HeaderClassName
{
color: #20ABAB;
}
.AnyTagClassName
{
color: #20ABAB;
}
</style>
background-color css
<style>
a { background-color: #20ABAB; }
a { background-color: rgb(32,171,171); }
div.DivClassName
{
background-color: #20ABAB;
}
.BgClassName
{
background-color: #20ABAB;
}
</style>
border-color css
<style>
span { border-color: #20ABAB; }
span { border-color: rgb(32,171,171); }
td.TdClassName
{
border-color: #20ABAB;
}
.TagClassName
{
border-color: #20ABAB;
}
</style>