Shades of Light Sea Green #20BFC1
Tints of Light Sea Green #20BFC1
RGB
CMYK
RGB Variations
Color information
#20BFC1 (or 0x20BFC1) is known color: Light Sea Green. HEX triplet: 20, BF and C1. RGB value is (32,191,193). Sum of RGB (Red+Green+Blue) = 32+191+193=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 191 (75% from 255 or 45.91% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #20BFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BFC1 is #DF403E. Grayscale: #8F8F8F. Windows color (decimal): -14630975 or 12697376. OLE color: 12697376.
HSL color Cylindrical-coordinate representation of color #20BFC1: hue angle of 180.75º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BFC1 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 191 | 193 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.24 |
| HSL | 180.75º | 0.72% | 0.44% | - |
| HSV(B) | 180.75º | 0.83% | 0.76% | - |
| XYZ | 28.85 | 41.42 | 56.93 | - |
| YUV | 143.69 | 155.82 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 193 | 0.83 | 0.01 | 0 | 0.24 | 180.75 | 0.72 | 0.44 |
| Hex | 20 | BF | C1 | 53 | 1 | 0 | 18 | B5 | 48 | 2C |
| Octal | 40 | 277 | 301 | 123 | 1 | 0 | 30 | 265 | 110 | 54 |
| Binary | 100000 | 10111111 | 11000001 | 1010011 | 1 | 0 | 11000 | 10110101 | 1001000 | 101100 |
Color Harmonies of #20BFC1
Complementary color
Monochromatic Colors of #20BFC1
Black with #20BFC1
Text Example
Text Example
White with #20BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BFC1; }
p { color: rgb(32,191,193); }
H1.HeaderClassName
{
color: #20BFC1;
}
.AnyTagClassName
{
color: #20BFC1;
}
</style>
background-color css
<style>
a { background-color: #20BFC1; }
a { background-color: rgb(32,191,193); }
div.DivClassName
{
background-color: #20BFC1;
}
.BgClassName
{
background-color: #20BFC1;
}
</style>
border-color css
<style>
span { border-color: #20BFC1; }
span { border-color: rgb(32,191,193); }
td.TdClassName
{
border-color: #20BFC1;
}
.TagClassName
{
border-color: #20BFC1;
}
</style>