Shades of Light Sea Green #20ABB6
Tints of Light Sea Green #20ABB6
RGB
CMYK
RGB Variations
Color information
#20ABB6 (or 0x20ABB6) is known color: Light Sea Green. HEX triplet: 20, AB and B6. RGB value is (32,171,182). Sum of RGB (Red+Green+Blue) = 32+171+182=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #20ABB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ABB6 is #DF5449. Grayscale: #828282. Windows color (decimal): -14636106 or 11971360. OLE color: 11971360.
HSL color Cylindrical-coordinate representation of color #20ABB6: hue angle of 184.4º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20ABB6 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 171 | 182 | - |
| CMYK | 0.82 | 0.06 | 0 | 0.29 |
| HSL | 184.4º | 0.7% | 0.42% | - |
| HSV(B) | 184.4º | 0.82% | 0.71% | - |
| XYZ | 23.6 | 32.81 | 49.35 | - |
| YUV | 130.69 | 156.95 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 171 | 182 | 0.82 | 0.06 | 0 | 0.29 | 184.4 | 0.7 | 0.42 |
| Hex | 20 | AB | B6 | 52 | 6 | 0 | 1D | B8 | 46 | 2A |
| Octal | 40 | 253 | 266 | 122 | 6 | 0 | 35 | 270 | 106 | 52 |
| Binary | 100000 | 10101011 | 10110110 | 1010010 | 110 | 0 | 11101 | 10111000 | 1000110 | 101010 |
Color Harmonies of #20ABB6
Complementary color
Monochromatic Colors of #20ABB6
Black with #20ABB6
Text Example
Text Example
White with #20ABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ABB6; }
p { color: rgb(32,171,182); }
H1.HeaderClassName
{
color: #20ABB6;
}
.AnyTagClassName
{
color: #20ABB6;
}
</style>
background-color css
<style>
a { background-color: #20ABB6; }
a { background-color: rgb(32,171,182); }
div.DivClassName
{
background-color: #20ABB6;
}
.BgClassName
{
background-color: #20ABB6;
}
</style>
border-color css
<style>
span { border-color: #20ABB6; }
span { border-color: rgb(32,171,182); }
td.TdClassName
{
border-color: #20ABB6;
}
.TagClassName
{
border-color: #20ABB6;
}
</style>