Shades of Light Sea Green #20AEB3
Tints of Light Sea Green #20AEB3
RGB
CMYK
RGB Variations
Color information
#20AEB3 (or 0x20AEB3) is known color: Light Sea Green. HEX triplet: 20, AE and B3. RGB value is (32,174,179). Sum of RGB (Red+Green+Blue) = 32+174+179=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #20AEB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AEB3 is #DF514C. Grayscale: #838383. Windows color (decimal): -14635341 or 11775520. OLE color: 11775520.
HSL color Cylindrical-coordinate representation of color #20AEB3: hue angle of 182.04º 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 #20AEB3 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 174 | 179 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.30 |
| HSL | 182.04º | 0.7% | 0.41% | - |
| HSV(B) | 182.04º | 0.82% | 0.7% | - |
| XYZ | 23.87 | 33.83 | 47.92 | - |
| YUV | 132.11 | 154.46 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 179 | 0.82 | 0.03 | 0 | 0.30 | 182.04 | 0.7 | 0.41 |
| Hex | 20 | AE | B3 | 52 | 3 | 0 | 1E | B6 | 46 | 29 |
| Octal | 40 | 256 | 263 | 122 | 3 | 0 | 36 | 266 | 106 | 51 |
| Binary | 100000 | 10101110 | 10110011 | 1010010 | 11 | 0 | 11110 | 10110110 | 1000110 | 101001 |
Color Harmonies of #20AEB3
Complementary color
Monochromatic Colors of #20AEB3
Black with #20AEB3
Text Example
Text Example
White with #20AEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AEB3; }
p { color: rgb(32,174,179); }
H1.HeaderClassName
{
color: #20AEB3;
}
.AnyTagClassName
{
color: #20AEB3;
}
</style>
background-color css
<style>
a { background-color: #20AEB3; }
a { background-color: rgb(32,174,179); }
div.DivClassName
{
background-color: #20AEB3;
}
.BgClassName
{
background-color: #20AEB3;
}
</style>
border-color css
<style>
span { border-color: #20AEB3; }
span { border-color: rgb(32,174,179); }
td.TdClassName
{
border-color: #20AEB3;
}
.TagClassName
{
border-color: #20AEB3;
}
</style>