Shades of Light Sea Green #20AEBD
Tints of Light Sea Green #20AEBD
RGB
CMYK
RGB Variations
Color information
#20AEBD (or 0x20AEBD) is known color: Light Sea Green. HEX triplet: 20, AE and BD. RGB value is (32,174,189). Sum of RGB (Red+Green+Blue) = 32+174+189=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #20AEBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AEBD is #DF5142. Grayscale: #858585. Windows color (decimal): -14635331 or 12430880. OLE color: 12430880.
HSL color Cylindrical-coordinate representation of color #20AEBD: hue angle of 185.73º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20AEBD is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 174 | 189 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.26 |
| HSL | 185.73º | 0.71% | 0.43% | - |
| HSV(B) | 185.73º | 0.83% | 0.74% | - |
| XYZ | 24.92 | 34.25 | 53.44 | - |
| YUV | 133.25 | 159.46 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 189 | 0.83 | 0.08 | 0 | 0.26 | 185.73 | 0.71 | 0.43 |
| Hex | 20 | AE | BD | 53 | 8 | 0 | 1A | BA | 47 | 2B |
| Octal | 40 | 256 | 275 | 123 | 10 | 0 | 32 | 272 | 107 | 53 |
| Binary | 100000 | 10101110 | 10111101 | 1010011 | 1000 | 0 | 11010 | 10111010 | 1000111 | 101011 |
Color Harmonies of #20AEBD
Complementary color
Monochromatic Colors of #20AEBD
Black with #20AEBD
Text Example
Text Example
White with #20AEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AEBD; }
p { color: rgb(32,174,189); }
H1.HeaderClassName
{
color: #20AEBD;
}
.AnyTagClassName
{
color: #20AEBD;
}
</style>
background-color css
<style>
a { background-color: #20AEBD; }
a { background-color: rgb(32,174,189); }
div.DivClassName
{
background-color: #20AEBD;
}
.BgClassName
{
background-color: #20AEBD;
}
</style>
border-color css
<style>
span { border-color: #20AEBD; }
span { border-color: rgb(32,174,189); }
td.TdClassName
{
border-color: #20AEBD;
}
.TagClassName
{
border-color: #20AEBD;
}
</style>