#20BDBE

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

Shades of Light Sea Green #20BDBE

Tints of Light Sea Green #20BDBE

Color information

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

HSL color Cylindrical-coordinate representation of color #20BDBE: hue angle of 180.38º 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 #20BDBE is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB32189190-
CMYK0.830.0100.25
HSL180.38º71.17%43.53%-
HSV(B)180.38º83.16%74.51%-
XYZ28.0940.4255.04-
YUV142.17154.9949.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal321891900.830.0100.25180.3871.1743.53
Hex20BDBE531019b4472c
Octal40275276123103126410754
Binary100000101111011011111010100111011001101101001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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