Shades of Light Sea Green #20BEAF
Tints of Light Sea Green #20BEAF
RGB
CMYK
RGB Variations
Color information
#20BEAF (or 0x20BEAF) is known color: Light Sea Green. HEX triplet: 20, BE and AF. RGB value is (32,190,175). Sum of RGB (Red+Green+Blue) = 32+190+175=397 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.06% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #20BEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BEAF is #DF4150. Grayscale: #8C8C8C. Windows color (decimal): -14631249 or 11517472. OLE color: 11517472.
HSL color Cylindrical-coordinate representation of color #20BEAF: hue angle of 174.3º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BEAF is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 175 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.25 |
| HSL | 174.3º | 0.71% | 0.44% | - |
| HSV(B) | 174.3º | 0.83% | 0.75% | - |
| XYZ | 26.75 | 40.23 | 46.91 | - |
| YUV | 141.05 | 147.15 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 175 | 0.83 | 0 | 0.08 | 0.25 | 174.3 | 0.71 | 0.44 |
| Hex | 20 | BE | AF | 53 | 0 | 8 | 19 | AE | 47 | 2C |
| Octal | 40 | 276 | 257 | 123 | 0 | 10 | 31 | 256 | 107 | 54 |
| Binary | 100000 | 10111110 | 10101111 | 1010011 | 0 | 1000 | 11001 | 10101110 | 1000111 | 101100 |
Color Harmonies of #20BEAF
Complementary color
Monochromatic Colors of #20BEAF
Black with #20BEAF
Text Example
Text Example
White with #20BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BEAF; }
p { color: rgb(32,190,175); }
H1.HeaderClassName
{
color: #20BEAF;
}
.AnyTagClassName
{
color: #20BEAF;
}
</style>
background-color css
<style>
a { background-color: #20BEAF; }
a { background-color: rgb(32,190,175); }
div.DivClassName
{
background-color: #20BEAF;
}
.BgClassName
{
background-color: #20BEAF;
}
</style>
border-color css
<style>
span { border-color: #20BEAF; }
span { border-color: rgb(32,190,175); }
td.TdClassName
{
border-color: #20BEAF;
}
.TagClassName
{
border-color: #20BEAF;
}
</style>