Shades of Light Sea Green #20AFBC
Tints of Light Sea Green #20AFBC
RGB
CMYK
RGB Variations
Color information
#20AFBC (or 0x20AFBC) is known color: Light Sea Green. HEX triplet: 20, AF and BC. RGB value is (32,175,188). Sum of RGB (Red+Green+Blue) = 32+175+188=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #20AFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFBC is #DF5043. Grayscale: #858585. Windows color (decimal): -14635076 or 12365600. OLE color: 12365600.
HSL color Cylindrical-coordinate representation of color #20AFBC: hue angle of 185º 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 #20AFBC is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 175 | 188 | - |
| CMYK | 0.83 | 0.07 | 0 | 0.26 |
| HSL | 185º | 0.71% | 0.43% | - |
| HSV(B) | 185º | 0.83% | 0.74% | - |
| XYZ | 25 | 34.6 | 52.94 | - |
| YUV | 133.73 | 158.62 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 188 | 0.83 | 0.07 | 0 | 0.26 | 185 | 0.71 | 0.43 |
| Hex | 20 | AF | BC | 53 | 7 | 0 | 1A | B9 | 47 | 2B |
| Octal | 40 | 257 | 274 | 123 | 7 | 0 | 32 | 271 | 107 | 53 |
| Binary | 100000 | 10101111 | 10111100 | 1010011 | 111 | 0 | 11010 | 10111001 | 1000111 | 101011 |
Color Harmonies of #20AFBC
Complementary color
Monochromatic Colors of #20AFBC
Black with #20AFBC
Text Example
Text Example
White with #20AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFBC; }
p { color: rgb(32,175,188); }
H1.HeaderClassName
{
color: #20AFBC;
}
.AnyTagClassName
{
color: #20AFBC;
}
</style>
background-color css
<style>
a { background-color: #20AFBC; }
a { background-color: rgb(32,175,188); }
div.DivClassName
{
background-color: #20AFBC;
}
.BgClassName
{
background-color: #20AFBC;
}
</style>
border-color css
<style>
span { border-color: #20AFBC; }
span { border-color: rgb(32,175,188); }
td.TdClassName
{
border-color: #20AFBC;
}
.TagClassName
{
border-color: #20AFBC;
}
</style>