Shades of Light Sea Green #20BAC2
Tints of Light Sea Green #20BAC2
RGB
CMYK
RGB Variations
Color information
#20BAC2 (or 0x20BAC2) is known color: Light Sea Green. HEX triplet: 20, BA and C2. RGB value is (32,186,194). Sum of RGB (Red+Green+Blue) = 32+186+194=412 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.77% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 194 - color contains mainly: blue. Hex color #20BAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BAC2 is #DF453D. Grayscale: #8C8C8C. Windows color (decimal): -14632254 or 12761632. OLE color: 12761632.
HSL color Cylindrical-coordinate representation of color #20BAC2: hue angle of 182.96º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20BAC2 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 186 | 194 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.24 |
| HSL | 182.96º | 0.72% | 0.44% | - |
| HSV(B) | 182.96º | 0.84% | 0.76% | - |
| XYZ | 27.89 | 39.32 | 57.16 | - |
| YUV | 140.87 | 157.98 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 194 | 0.84 | 0.04 | 0 | 0.24 | 182.96 | 0.72 | 0.44 |
| Hex | 20 | BA | C2 | 54 | 4 | 0 | 18 | B7 | 48 | 2C |
| Octal | 40 | 272 | 302 | 124 | 4 | 0 | 30 | 267 | 110 | 54 |
| Binary | 100000 | 10111010 | 11000010 | 1010100 | 100 | 0 | 11000 | 10110111 | 1001000 | 101100 |
Color Harmonies of #20BAC2
Complementary color
Monochromatic Colors of #20BAC2
Black with #20BAC2
Text Example
Text Example
White with #20BAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BAC2; }
p { color: rgb(32,186,194); }
H1.HeaderClassName
{
color: #20BAC2;
}
.AnyTagClassName
{
color: #20BAC2;
}
</style>
background-color css
<style>
a { background-color: #20BAC2; }
a { background-color: rgb(32,186,194); }
div.DivClassName
{
background-color: #20BAC2;
}
.BgClassName
{
background-color: #20BAC2;
}
</style>
border-color css
<style>
span { border-color: #20BAC2; }
span { border-color: rgb(32,186,194); }
td.TdClassName
{
border-color: #20BAC2;
}
.TagClassName
{
border-color: #20BAC2;
}
</style>