#20BA9D

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

Shades of Light Sea Green #20BA9D

Tints of Light Sea Green #20BA9D

Color information

#20BA9D (or 0x20BA9D) is unknown color: approx Light Sea Green. HEX triplet: 20, BA and 9D. RGB value is (32,186,157). Sum of RGB (Red+Green+Blue) = 32+186+157=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BA9D is #DF4562. Grayscale: #888888. Windows color (decimal): -14632291 or 10336800. OLE color: 10336800.

HSL color Cylindrical-coordinate representation of color #20BA9D: hue angle of 168.7º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BA9D is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB32186157-
CMYK0.8300.160.27
HSL168.7º70.64%42.75%-
HSV(B)168.7º82.8%72.94%-
XYZ24.2437.8637.93-
YUV136.65139.4853.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.53%
GREEN value IS 186 (73.05% from 255) = 49.6%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=8.53%
G=49.6%
B=41.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal321861570.8300.160.27168.770.6442.75
Hex20BA9D530101Ba9472b
Octal402722351230203325110753
Binary1000001011101010011101101001101000011011101010011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,186,157); }

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

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

 a { background-color: rgb(32,186,157); }

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

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

 span { border-color: rgb(32,186,157); }

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