#6DCAAA

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

Shades of Medium Aquamarine #6DCAAA

Tints of Medium Aquamarine #6DCAAA

Color information

#6DCAAA (or 0x6DCAAA) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, CA and AA. RGB value is (109,202,170). Sum of RGB (Red+Green+Blue) = 109+202+170=481 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.66% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCAAA is #923555. Grayscale: #AAAAAA. Windows color (decimal): -9581910 or 11192941. OLE color: 11192941.

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

Color convert

RGB109202170-
CMYK0.4600.160.21
HSL159.35º46.73%60.98%-
HSV(B)159.35º46.04%79.22%-
XYZ34.6848.3945.54-
YUV170.54127.6984.1-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.66%
GREEN value IS 202 (79.30% from 255) = 42.00%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=22.66%
G=42.00%
B=35.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1092021700.4600.160.21159.3546.7360.98
Hex6DCAAA2E010159f2f3d
Octal15531225256020252375775
Binary110110111001010101010101011100100001010110011111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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