#6ACDAD

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

Shades of Medium Aquamarine #6ACDAD

Tints of Medium Aquamarine #6ACDAD

Color information

#6ACDAD (or 0x6ACDAD) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CD and AD. RGB value is (106,205,173). Sum of RGB (Red+Green+Blue) = 106+205+173=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 173 (67.97% from 255 or 35.74% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACDAD is #953252. Grayscale: #ABABAB. Windows color (decimal): -9777747 or 11390314. OLE color: 11390314.

HSL color Cylindrical-coordinate representation of color #6ACDAD: hue angle of 160.61º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACDAD is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB106205173-
CMYK0.4800.160.20
HSL160.61º49.75%60.98%-
HSV(B)160.61º48.29%80.39%-
XYZ35.3249.7447.28-
YUV171.75128.781.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.90%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 173 (67.97% from 255) = 35.74%
R=21.90%
G=42.36%
B=35.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062051730.4800.160.20160.6149.7560.98
Hex6ACDAD3001014a1323d
Octal15231525560020242416275
Binary110101011001101101011011100000100001010010100001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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