#6ACDA3

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

Shades of Medium Aquamarine #6ACDA3

Tints of Medium Aquamarine #6ACDA3

Color information

#6ACDA3 (or 0x6ACDA3) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CD and A3. RGB value is (106,205,163). Sum of RGB (Red+Green+Blue) = 106+205+163=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACDA3 is #95325C. Grayscale: #AAAAAA. Windows color (decimal): -9777757 or 10734954. OLE color: 10734954.

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

Color convert

RGB106205163-
CMYK0.4800.200.20
HSL154.55º49.75%60.98%-
HSV(B)154.55º48.29%80.39%-
XYZ34.3949.3742.37-
YUV170.61123.781.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.36%
GREEN value IS 205 (80.47% from 255) = 43.25%
BLUE value IS 163 (64.06% from 255) = 34.39%
R=22.36%
G=43.25%
B=34.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062051630.4800.200.20154.5549.7560.98
Hex6ACDA330014149b323d
Octal15231524360024242336275
Binary110101011001101101000111100000101001010010011011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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