#20AF6C

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

Shades of Medium Sea Green #20AF6C

Tints of Medium Sea Green #20AF6C

Color information

#20AF6C (or 0x20AF6C) is unknown color: approx Medium Sea Green. HEX triplet: 20, AF and 6C. RGB value is (32,175,108). Sum of RGB (Red+Green+Blue) = 32+175+108=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF6C is #DF5093. Grayscale: #7C7C7C. Windows color (decimal): -14635156 or 7122720. OLE color: 7122720.

HSL color Cylindrical-coordinate representation of color #20AF6C: hue angle of 151.89º 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 #20AF6C is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB32175108-
CMYK0.8200.380.31
HSL151.89º69.08%40.59%-
HSV(B)151.89º81.71%68.63%-
XYZ18.6332.0519.39-
YUV124.6118.6261.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.16%
GREEN value IS 175 (68.75% from 255) = 55.56%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=10.16%
G=55.56%
B=34.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal321751080.8200.380.31151.8969.0840.59
Hex20AF6C520261F984529
Octal402571541220463723010551
Binary1000001010111111011001010010010011011111100110001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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