#20C6B1

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

Shades of Light Sea Green #20C6B1

Tints of Light Sea Green #20C6B1

Color information

#20C6B1 (or 0x20C6B1) is unknown color: approx Light Sea Green. HEX triplet: 20, C6 and B1. RGB value is (32,198,177). Sum of RGB (Red+Green+Blue) = 32+198+177=407 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.86% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #20C6B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C6B1 is #DF394E. Grayscale: #919191. Windows color (decimal): -14629199 or 11650592. OLE color: 11650592.

HSL color Cylindrical-coordinate representation of color #20C6B1: hue angle of 172.41º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C6B1 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB32198177-
CMYK0.8400.110.22
HSL172.41º72.17%45.1%-
HSV(B)172.41º83.84%77.65%-
XYZ28.7343.8748.55-
YUV145.97145.546.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.86%
GREEN value IS 198 (77.73% from 255) = 48.65%
BLUE value IS 177 (69.53% from 255) = 43.49%
R=7.86%
G=48.65%
B=43.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal321981770.8400.110.22172.4172.1745.1
Hex20C6B1540B16ac482d
Octal403062611240132625411055
Binary100000110001101011000110101000101110110101011001001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,198,177); }

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

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

 a { background-color: rgb(32,198,177); }

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

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

 span { border-color: rgb(32,198,177); }

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