Shades of Light Sea Green #20BFC4
Tints of Light Sea Green #20BFC4
RGB
CMYK
RGB Variations
Color information
#20BFC4 (or 0x20BFC4) is known color: Light Sea Green. HEX triplet: 20, BF and C4. RGB value is (32,191,196). Sum of RGB (Red+Green+Blue) = 32+191+196=419 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.64% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 196 - color contains mainly: blue. Hex color #20BFC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BFC4 is #DF403B. Grayscale: #8F8F8F. Windows color (decimal): -14630972 or 12893984. OLE color: 12893984.
HSL color Cylindrical-coordinate representation of color #20BFC4: hue angle of 181.83º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20BFC4 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 191 | 196 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.23 |
| HSL | 181.83º | 0.72% | 0.45% | - |
| HSV(B) | 181.83º | 0.84% | 0.77% | - |
| XYZ | 29.19 | 41.55 | 58.71 | - |
| YUV | 144.03 | 157.32 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 196 | 0.84 | 0.03 | 0 | 0.23 | 181.83 | 0.72 | 0.45 |
| Hex | 20 | BF | C4 | 54 | 3 | 0 | 17 | B6 | 48 | 2D |
| Octal | 40 | 277 | 304 | 124 | 3 | 0 | 27 | 266 | 110 | 55 |
| Binary | 100000 | 10111111 | 11000100 | 1010100 | 11 | 0 | 10111 | 10110110 | 1001000 | 101101 |
Color Harmonies of #20BFC4
Complementary color
Monochromatic Colors of #20BFC4
Black with #20BFC4
Text Example
Text Example
White with #20BFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BFC4; }
p { color: rgb(32,191,196); }
H1.HeaderClassName
{
color: #20BFC4;
}
.AnyTagClassName
{
color: #20BFC4;
}
</style>
background-color css
<style>
a { background-color: #20BFC4; }
a { background-color: rgb(32,191,196); }
div.DivClassName
{
background-color: #20BFC4;
}
.BgClassName
{
background-color: #20BFC4;
}
</style>
border-color css
<style>
span { border-color: #20BFC4; }
span { border-color: rgb(32,191,196); }
td.TdClassName
{
border-color: #20BFC4;
}
.TagClassName
{
border-color: #20BFC4;
}
</style>