#20BEBD

Color #20BEBD Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #20BEBD

Tints of Light Sea Green #20BEBD

Color information

#20BEBD (or 0x20BEBD) is unknown color: approx Light Sea Green. HEX triplet: 20, BE and BD. RGB value is (32,190,189). Sum of RGB (Red+Green+Blue) = 32+190+189=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 190 - color contains mainly: green. Hex color #20BEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BEBD is #DF4142. Grayscale: #8E8E8E. Windows color (decimal): -14631235 or 12434976. OLE color: 12434976.

HSL color Cylindrical-coordinate representation of color #20BEBD: hue angle of 179.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BEBD is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB32190189-
CMYK0.8300.010.25
HSL179.62º71.17%43.53%-
HSV(B)179.62º83.16%74.51%-
XYZ28.1940.8154.53-
YUV142.64154.1549.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 7.79%
GREEN value IS 190 (74.61% from 255) = 46.23%
BLUE value IS 189 (74.22% from 255) = 45.99%
R=7.79%
G=46.23%
B=45.99%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal321901890.8300.010.25179.6271.1743.53
Hex20BEBD530119b4472c
Octal40276275123013126410754
Binary100000101111101011110110100110111001101101001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20BEBD; }

 p { color: rgb(32,190,189); }

 H1.HeaderClassName
 {
   color: #20BEBD;
 }
 .AnyTagClassName
 {
   color: #20BEBD;
 }
</style>
background-color css

<style>
 a { background-color: #20BEBD; }

 a { background-color: rgb(32,190,189); }

 div.DivClassName
 {
   background-color: #20BEBD;
 }
 .BgClassName
 {
   background-color: #20BEBD;
 }
</style>
border-color css

<style>
 span { border-color: #20BEBD; }

 span { border-color: rgb(32,190,189); }

 td.TdClassName
 {
   border-color: #20BEBD;
 }
 .TagClassName
 {
   border-color: #20BEBD;
 }
</style>