#6DCA9F

Color #6DCA9F Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #6DCA9F

Tints of Medium Aquamarine #6DCA9F

Color information

#6DCA9F (or 0x6DCA9F) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, CA and 9F. RGB value is (109,202,159). Sum of RGB (Red+Green+Blue) = 109+202+159=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 159 (62.5% from 255 or 33.83% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCA9F is #923560. Grayscale: #A9A9A9. Windows color (decimal): -9581921 or 10472045. OLE color: 10472045.

HSL color Cylindrical-coordinate representation of color #6DCA9F: hue angle of 152.26º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCA9F is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB109202159-
CMYK0.4600.210.21
HSL152.26º46.73%60.98%-
HSV(B)152.26º46.04%79.22%-
XYZ33.694840.29-
YUV169.29122.1985-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 23.19%
GREEN value IS 202 (79.30% from 255) = 42.98%
BLUE value IS 159 (62.5% from 255) = 33.83%
R=23.19%
G=42.98%
B=33.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1092021590.4600.210.21152.2646.7360.98
Hex6DCA9F2E01515982f3d
Octal15531223756025252305775
Binary110110111001010100111111011100101011010110011000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DCA9F; }

 p { color: rgb(109,202,159); }

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

<style>
 a { background-color: #6DCA9F; }

 a { background-color: rgb(109,202,159); }

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

<style>
 span { border-color: #6DCA9F; }

 span { border-color: rgb(109,202,159); }

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