#6DCDAD

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

Shades of Medium Aquamarine #6DCDAD

Tints of Medium Aquamarine #6DCDAD

Color information

#6DCDAD (or 0x6DCDAD) is unknown color: approx Medium Aquamarine. HEX triplet: 6D, CD and AD. RGB value is (109,205,173). Sum of RGB (Red+Green+Blue) = 109+205+173=487 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.38% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #6DCDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCDAD is #923252. Grayscale: #ACACAC. Windows color (decimal): -9581139 or 11390317. OLE color: 11390317.

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

Color convert

RGB109205173-
CMYK0.4700.160.20
HSL160º48.98%61.57%-
HSV(B)160º46.83%80.39%-
XYZ35.6849.9347.29-
YUV172.65128.282.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 22.38%
GREEN value IS 205 (80.47% from 255) = 42.09%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=22.38%
G=42.09%
B=35.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1092051730.4700.160.2016048.9861.57
Hex6DCDAD2F01014a0313e
Octal15531525557020242406176
Binary110110111001101101011011011110100001010010100000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DCDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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