Shades of Light Sea Green #20BEC4
Tints of Light Sea Green #20BEC4
RGB
CMYK
RGB Variations
Color information
#20BEC4 (or 0x20BEC4) is known color: Light Sea Green. HEX triplet: 20, BE and C4. RGB value is (32,190,196). Sum of RGB (Red+Green+Blue) = 32+190+196=418 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.66% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #20BEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BEC4 is #DF413B. Grayscale: #8F8F8F. Windows color (decimal): -14631228 or 12893728. OLE color: 12893728.
HSL color Cylindrical-coordinate representation of color #20BEC4: hue angle of 182.2º 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 #20BEC4 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 190 | 196 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.23 |
| HSL | 182.2º | 0.72% | 0.45% | - |
| HSV(B) | 182.2º | 0.84% | 0.77% | - |
| XYZ | 28.97 | 41.12 | 58.63 | - |
| YUV | 143.44 | 157.65 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 196 | 0.84 | 0.03 | 0 | 0.23 | 182.2 | 0.72 | 0.45 |
| Hex | 20 | BE | C4 | 54 | 3 | 0 | 17 | B6 | 48 | 2D |
| Octal | 40 | 276 | 304 | 124 | 3 | 0 | 27 | 266 | 110 | 55 |
| Binary | 100000 | 10111110 | 11000100 | 1010100 | 11 | 0 | 10111 | 10110110 | 1001000 | 101101 |
Color Harmonies of #20BEC4
Complementary color
Monochromatic Colors of #20BEC4
Black with #20BEC4
Text Example
Text Example
White with #20BEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BEC4; }
p { color: rgb(32,190,196); }
H1.HeaderClassName
{
color: #20BEC4;
}
.AnyTagClassName
{
color: #20BEC4;
}
</style>
background-color css
<style>
a { background-color: #20BEC4; }
a { background-color: rgb(32,190,196); }
div.DivClassName
{
background-color: #20BEC4;
}
.BgClassName
{
background-color: #20BEC4;
}
</style>
border-color css
<style>
span { border-color: #20BEC4; }
span { border-color: rgb(32,190,196); }
td.TdClassName
{
border-color: #20BEC4;
}
.TagClassName
{
border-color: #20BEC4;
}
</style>