Shades of Light Sea Green #20BFC2
Tints of Light Sea Green #20BFC2
RGB
CMYK
RGB Variations
Color information
#20BFC2 (or 0x20BFC2) is known color: Light Sea Green. HEX triplet: 20, BF and C2. RGB value is (32,191,194). Sum of RGB (Red+Green+Blue) = 32+191+194=417 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.67% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: blue. Hex color #20BFC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BFC2 is #DF403D. Grayscale: #8F8F8F. Windows color (decimal): -14630974 or 12762912. OLE color: 12762912.
HSL color Cylindrical-coordinate representation of color #20BFC2: hue angle of 181.11º 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 #20BFC2 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 191 | 194 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.24 |
| HSL | 181.11º | 0.72% | 0.44% | - |
| HSV(B) | 181.11º | 0.84% | 0.76% | - |
| XYZ | 28.96 | 41.46 | 57.52 | - |
| YUV | 143.8 | 156.32 | 48.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 194 | 0.84 | 0.02 | 0 | 0.24 | 181.11 | 0.72 | 0.44 |
| Hex | 20 | BF | C2 | 54 | 2 | 0 | 18 | B5 | 48 | 2C |
| Octal | 40 | 277 | 302 | 124 | 2 | 0 | 30 | 265 | 110 | 54 |
| Binary | 100000 | 10111111 | 11000010 | 1010100 | 10 | 0 | 11000 | 10110101 | 1001000 | 101100 |
Color Harmonies of #20BFC2
Complementary color
Monochromatic Colors of #20BFC2
Black with #20BFC2
Text Example
Text Example
White with #20BFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BFC2; }
p { color: rgb(32,191,194); }
H1.HeaderClassName
{
color: #20BFC2;
}
.AnyTagClassName
{
color: #20BFC2;
}
</style>
background-color css
<style>
a { background-color: #20BFC2; }
a { background-color: rgb(32,191,194); }
div.DivClassName
{
background-color: #20BFC2;
}
.BgClassName
{
background-color: #20BFC2;
}
</style>
border-color css
<style>
span { border-color: #20BFC2; }
span { border-color: rgb(32,191,194); }
td.TdClassName
{
border-color: #20BFC2;
}
.TagClassName
{
border-color: #20BFC2;
}
</style>