Shades of Light Sea Green #20AFB4
Tints of Light Sea Green #20AFB4
RGB
CMYK
RGB Variations
Color information
#20AFB4 (or 0x20AFB4) is known color: Light Sea Green. HEX triplet: 20, AF and B4. RGB value is (32,175,180). Sum of RGB (Red+Green+Blue) = 32+175+180=387 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.27% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 180 - color contains mainly: blue. Hex color #20AFB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFB4 is #DF504B. Grayscale: #848484. Windows color (decimal): -14635084 or 11841312. OLE color: 11841312.
HSL color Cylindrical-coordinate representation of color #20AFB4: hue angle of 182.03º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AFB4 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 175 | 180 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.29 |
| HSL | 182.03º | 0.7% | 0.42% | - |
| HSV(B) | 182.03º | 0.82% | 0.71% | - |
| XYZ | 24.16 | 34.26 | 48.52 | - |
| YUV | 132.81 | 154.62 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 180 | 0.82 | 0.03 | 0 | 0.29 | 182.03 | 0.7 | 0.42 |
| Hex | 20 | AF | B4 | 52 | 3 | 0 | 1D | B6 | 46 | 2A |
| Octal | 40 | 257 | 264 | 122 | 3 | 0 | 35 | 266 | 106 | 52 |
| Binary | 100000 | 10101111 | 10110100 | 1010010 | 11 | 0 | 11101 | 10110110 | 1000110 | 101010 |
Color Harmonies of #20AFB4
Complementary color
Monochromatic Colors of #20AFB4
Black with #20AFB4
Text Example
Text Example
White with #20AFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AFB4; }
p { color: rgb(32,175,180); }
H1.HeaderClassName
{
color: #20AFB4;
}
.AnyTagClassName
{
color: #20AFB4;
}
</style>
background-color css
<style>
a { background-color: #20AFB4; }
a { background-color: rgb(32,175,180); }
div.DivClassName
{
background-color: #20AFB4;
}
.BgClassName
{
background-color: #20AFB4;
}
</style>
border-color css
<style>
span { border-color: #20AFB4; }
span { border-color: rgb(32,175,180); }
td.TdClassName
{
border-color: #20AFB4;
}
.TagClassName
{
border-color: #20AFB4;
}
</style>