Shades of Light Sea Green #20ACB2
Tints of Light Sea Green #20ACB2
RGB
CMYK
RGB Variations
Color information
#20ACB2 (or 0x20ACB2) is known color: Light Sea Green. HEX triplet: 20, AC and B2. RGB value is (32,172,178). Sum of RGB (Red+Green+Blue) = 32+172+178=382 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.38% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #20ACB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20ACB2 is #DF534D. Grayscale: #828282. Windows color (decimal): -14635854 or 11709472. OLE color: 11709472.
HSL color Cylindrical-coordinate representation of color #20ACB2: hue angle of 182.47º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20ACB2 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 172 | 178 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.30 |
| HSL | 182.47º | 0.7% | 0.41% | - |
| HSV(B) | 182.47º | 0.82% | 0.7% | - |
| XYZ | 23.38 | 33.03 | 47.26 | - |
| YUV | 130.82 | 154.62 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 178 | 0.82 | 0.03 | 0 | 0.30 | 182.47 | 0.7 | 0.41 |
| Hex | 20 | AC | B2 | 52 | 3 | 0 | 1E | B6 | 46 | 29 |
| Octal | 40 | 254 | 262 | 122 | 3 | 0 | 36 | 266 | 106 | 51 |
| Binary | 100000 | 10101100 | 10110010 | 1010010 | 11 | 0 | 11110 | 10110110 | 1000110 | 101001 |
Color Harmonies of #20ACB2
Complementary color
Monochromatic Colors of #20ACB2
Black with #20ACB2
Text Example
Text Example
White with #20ACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ACB2; }
p { color: rgb(32,172,178); }
H1.HeaderClassName
{
color: #20ACB2;
}
.AnyTagClassName
{
color: #20ACB2;
}
</style>
background-color css
<style>
a { background-color: #20ACB2; }
a { background-color: rgb(32,172,178); }
div.DivClassName
{
background-color: #20ACB2;
}
.BgClassName
{
background-color: #20ACB2;
}
</style>
border-color css
<style>
span { border-color: #20ACB2; }
span { border-color: rgb(32,172,178); }
td.TdClassName
{
border-color: #20ACB2;
}
.TagClassName
{
border-color: #20ACB2;
}
</style>