#6DCAAB

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

Shades of Medium Aquamarine #6DCAAB

Tints of Medium Aquamarine #6DCAAB

Color information

#6DCAAB (or 0x6DCAAB) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, CA and AB. RGB value is (109,202,171). Sum of RGB (Red+Green+Blue) = 109+202+171=482 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.61% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCAAB is #923554. Grayscale: #AAAAAA. Windows color (decimal): -9581909 or 11258477. OLE color: 11258477.

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

Color convert

RGB109202171-
CMYK0.4600.150.21
HSL160º46.73%60.98%-
HSV(B)160º46.04%79.22%-
XYZ34.7848.4346.04-
YUV170.66128.1984.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.61%
GREEN value IS 202 (79.30% from 255) = 41.91%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=22.61%
G=41.91%
B=35.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1092021710.4600.150.2116046.7360.98
Hex6DCAAB2E0F15a02f3d
Octal15531225356017252405775
Binary11011011100101010101011101110011111010110100000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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