#6DCAAE

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

Shades of Medium Aquamarine #6DCAAE

Tints of Medium Aquamarine #6DCAAE

Color information

#6DCAAE (or 0x6DCAAE) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, CA and AE. RGB value is (109,202,174). Sum of RGB (Red+Green+Blue) = 109+202+174=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCAAE is #923551. Grayscale: #ABABAB. Windows color (decimal): -9581906 or 11455085. OLE color: 11455085.

HSL color Cylindrical-coordinate representation of color #6DCAAE: hue angle of 161.94º 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 #6DCAAE is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB109202174-
CMYK0.4600.140.21
HSL161.94º46.73%60.98%-
HSV(B)161.94º46.04%79.22%-
XYZ35.0748.5547.57-
YUV171129.6983.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.47%
GREEN value IS 202 (79.30% from 255) = 41.65%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=22.47%
G=41.65%
B=35.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1092021740.4600.140.21161.9446.7360.98
Hex6DCAAE2E0E15a22f3d
Octal15531225656016252425775
Binary11011011100101010101110101110011101010110100010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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