#6DCDAF

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

Shades of Medium Aquamarine #6DCDAF

Tints of Medium Aquamarine #6DCDAF

Color information

#6DCDAF (or 0x6DCDAF) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, CD and AF. RGB value is (109,205,175). Sum of RGB (Red+Green+Blue) = 109+205+175=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCDAF is #923250. Grayscale: #ACACAC. Windows color (decimal): -9581137 or 11521389. OLE color: 11521389.

HSL color Cylindrical-coordinate representation of color #6DCDAF: hue angle of 161.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCDAF is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB109205175-
CMYK0.4700.150.20
HSL161.25º48.98%61.57%-
HSV(B)161.25º46.83%80.39%-
XYZ35.8850.0148.32-
YUV172.88129.282.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.29%
GREEN value IS 205 (80.47% from 255) = 41.92%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=22.29%
G=41.92%
B=35.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1092051750.4700.150.20161.2548.9861.57
Hex6DCDAF2F0F14a1313e
Octal15531525757017242416176
Binary11011011100110110101111101111011111010010100001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,205,175); }

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

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

 a { background-color: rgb(109,205,175); }

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

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

 span { border-color: rgb(109,205,175); }

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