Shades of Light Sea Green #20ACB3
Tints of Light Sea Green #20ACB3
RGB
CMYK
RGB Variations
Color information
#20ACB3 (or 0x20ACB3) is known color: Light Sea Green. HEX triplet: 20, AC and B3. RGB value is (32,172,179). Sum of RGB (Red+Green+Blue) = 32+172+179=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 179 - color contains mainly: blue. Hex color #20ACB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ACB3 is #DF534C. Grayscale: #828282. Windows color (decimal): -14635853 or 11775008. OLE color: 11775008.
HSL color Cylindrical-coordinate representation of color #20ACB3: hue angle of 182.86º 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 #20ACB3 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 172 | 179 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.30 |
| HSL | 182.86º | 0.7% | 0.41% | - |
| HSV(B) | 182.86º | 0.82% | 0.7% | - |
| XYZ | 23.48 | 33.07 | 47.79 | - |
| YUV | 130.94 | 155.12 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 179 | 0.82 | 0.04 | 0 | 0.30 | 182.86 | 0.7 | 0.41 |
| Hex | 20 | AC | B3 | 52 | 4 | 0 | 1E | B7 | 46 | 29 |
| Octal | 40 | 254 | 263 | 122 | 4 | 0 | 36 | 267 | 106 | 51 |
| Binary | 100000 | 10101100 | 10110011 | 1010010 | 100 | 0 | 11110 | 10110111 | 1000110 | 101001 |
Color Harmonies of #20ACB3
Complementary color
Monochromatic Colors of #20ACB3
Black with #20ACB3
Text Example
Text Example
White with #20ACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20ACB3; }
p { color: rgb(32,172,179); }
H1.HeaderClassName
{
color: #20ACB3;
}
.AnyTagClassName
{
color: #20ACB3;
}
</style>
background-color css
<style>
a { background-color: #20ACB3; }
a { background-color: rgb(32,172,179); }
div.DivClassName
{
background-color: #20ACB3;
}
.BgClassName
{
background-color: #20ACB3;
}
</style>
border-color css
<style>
span { border-color: #20ACB3; }
span { border-color: rgb(32,172,179); }
td.TdClassName
{
border-color: #20ACB3;
}
.TagClassName
{
border-color: #20ACB3;
}
</style>