#6DCAAD

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

Shades of Medium Aquamarine #6DCAAD

Tints of Medium Aquamarine #6DCAAD

Color information

#6DCAAD (or 0x6DCAAD) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, CA and AD. RGB value is (109,202,173). Sum of RGB (Red+Green+Blue) = 109+202+173=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCAAD is #923552. Grayscale: #AAAAAA. Windows color (decimal): -9581907 or 11389549. OLE color: 11389549.

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

Color convert

RGB109202173-
CMYK0.4600.140.21
HSL161.29º46.73%60.98%-
HSV(B)161.29º46.04%79.22%-
XYZ34.9748.5147.06-
YUV170.89129.1983.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.52%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=22.52%
G=41.74%
B=35.74%

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
Decimal1092021730.4600.140.21161.2946.7360.98
Hex6DCAAD2E0E15a12f3d
Octal15531225556016252415775
Binary11011011100101010101101101110011101010110100001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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