#6ACDA6

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

Shades of Medium Aquamarine #6ACDA6

Tints of Medium Aquamarine #6ACDA6

Color information

#6ACDA6 (or 0x6ACDA6) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CD and A6. RGB value is (106,205,166). Sum of RGB (Red+Green+Blue) = 106+205+166=477 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.22% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACDA6 is #953259. Grayscale: #ABABAB. Windows color (decimal): -9777754 or 10931562. OLE color: 10931562.

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

Color convert

RGB106205166-
CMYK0.4800.190.20
HSL156.36º49.75%60.98%-
HSV(B)156.36º48.29%80.39%-
XYZ34.6649.4843.8-
YUV170.95125.281.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.22%
GREEN value IS 205 (80.47% from 255) = 42.98%
BLUE value IS 166 (65.23% from 255) = 34.80%
R=22.22%
G=42.98%
B=34.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062051660.4800.190.20156.3649.7560.98
Hex6ACDA630013149c323d
Octal15231524660023242346275
Binary110101011001101101001101100000100111010010011100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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