Shades of Light Sea Green #20BEC3
Tints of Light Sea Green #20BEC3
RGB
CMYK
RGB Variations
Color information
#20BEC3 (or 0x20BEC3) is known color: Light Sea Green. HEX triplet: 20, BE and C3. RGB value is (32,190,195). Sum of RGB (Red+Green+Blue) = 32+190+195=417 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.67% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #20BEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BEC3 is #DF413C. Grayscale: #8F8F8F. Windows color (decimal): -14631229 or 12828192. OLE color: 12828192.
HSL color Cylindrical-coordinate representation of color #20BEC3: hue angle of 181.84º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20BEC3 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 190 | 195 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.24 |
| HSL | 181.84º | 0.72% | 0.45% | - |
| HSV(B) | 181.84º | 0.84% | 0.76% | - |
| XYZ | 28.86 | 41.07 | 58.04 | - |
| YUV | 143.33 | 157.15 | 48.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 195 | 0.84 | 0.03 | 0 | 0.24 | 181.84 | 0.72 | 0.45 |
| Hex | 20 | BE | C3 | 54 | 3 | 0 | 18 | B6 | 48 | 2D |
| Octal | 40 | 276 | 303 | 124 | 3 | 0 | 30 | 266 | 110 | 55 |
| Binary | 100000 | 10111110 | 11000011 | 1010100 | 11 | 0 | 11000 | 10110110 | 1001000 | 101101 |
Color Harmonies of #20BEC3
Complementary color
Monochromatic Colors of #20BEC3
Black with #20BEC3
Text Example
Text Example
White with #20BEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BEC3; }
p { color: rgb(32,190,195); }
H1.HeaderClassName
{
color: #20BEC3;
}
.AnyTagClassName
{
color: #20BEC3;
}
</style>
background-color css
<style>
a { background-color: #20BEC3; }
a { background-color: rgb(32,190,195); }
div.DivClassName
{
background-color: #20BEC3;
}
.BgClassName
{
background-color: #20BEC3;
}
</style>
border-color css
<style>
span { border-color: #20BEC3; }
span { border-color: rgb(32,190,195); }
td.TdClassName
{
border-color: #20BEC3;
}
.TagClassName
{
border-color: #20BEC3;
}
</style>