#20AF6A

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

Shades of Medium Sea Green #20AF6A

Tints of Medium Sea Green #20AF6A

Color information

#20AF6A (or 0x20AF6A) is unknown color: approx Medium Sea Green. HEX triplet: 20, AF and 6A. RGB value is (32,175,106). Sum of RGB (Red+Green+Blue) = 32+175+106=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF6A is #DF5095. Grayscale: #7C7C7C. Windows color (decimal): -14635158 or 6991648. OLE color: 6991648.

HSL color Cylindrical-coordinate representation of color #20AF6A: hue angle of 151.05º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF6A is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB32175106-
CMYK0.8200.390.31
HSL151.05º69.08%40.59%-
HSV(B)151.05º81.71%68.63%-
XYZ18.5332.0118.84-
YUV124.38117.6262.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.22%
GREEN value IS 175 (68.75% from 255) = 55.91%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=10.22%
G=55.91%
B=33.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal321751060.8200.390.31151.0569.0840.59
Hex20AF6A520271F974529
Octal402571521220473722710551
Binary1000001010111111010101010010010011111111100101111000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,175,106); }

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

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

 a { background-color: rgb(32,175,106); }

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

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

 span { border-color: rgb(32,175,106); }

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