#20C1A6

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

Shades of Light Sea Green #20C1A6

Tints of Light Sea Green #20C1A6

Color information

#20C1A6 (or 0x20C1A6) is unknown color: approx Light Sea Green. HEX triplet: 20, C1 and A6. RGB value is (32,193,166). Sum of RGB (Red+Green+Blue) = 32+193+166=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #20C1A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C1A6 is #DF3E59. Grayscale: #8D8D8D. Windows color (decimal): -14630490 or 10928416. OLE color: 10928416.

HSL color Cylindrical-coordinate representation of color #20C1A6: hue angle of 169.94º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C1A6 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB32193166-
CMYK0.8300.140.24
HSL169.94º71.56%44.12%-
HSV(B)169.94º83.42%75.69%-
XYZ26.5541.242.63-
YUV141.78141.6649.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.18%
GREEN value IS 193 (75.78% from 255) = 49.36%
BLUE value IS 166 (65.23% from 255) = 42.46%
R=8.18%
G=49.36%
B=42.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal321931660.8300.140.24169.9471.5644.12
Hex20C1A6530E18aa482c
Octal403012461230163025211054
Binary100000110000011010011010100110111011000101010101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,193,166); }

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

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

 a { background-color: rgb(32,193,166); }

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

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

 span { border-color: rgb(32,193,166); }

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