#6ACAAC

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

Shades of Medium Aquamarine #6ACAAC

Tints of Medium Aquamarine #6ACAAC

Color information

#6ACAAC (or 0x6ACAAC) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CA and AC. RGB value is (106,202,172). Sum of RGB (Red+Green+Blue) = 106+202+172=480 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.08% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACAAC is #953553. Grayscale: #A9A9A9. Windows color (decimal): -9778516 or 11324010. OLE color: 11324010.

HSL color Cylindrical-coordinate representation of color #6ACAAC: hue angle of 161.25º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACAAC is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB106202172-
CMYK0.4800.150.21
HSL161.25º47.52%60.39%-
HSV(B)161.25º47.52%79.22%-
XYZ34.5148.2846.53-
YUV169.88129.282.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.08%
GREEN value IS 202 (79.30% from 255) = 42.08%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=22.08%
G=42.08%
B=35.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1062021720.4800.150.21161.2547.5260.39
Hex6ACAAC300F15a1303c
Octal15231225460017252416074
Binary11010101100101010101100110000011111010110100001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,202,172); }

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

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

 a { background-color: rgb(106,202,172); }

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

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

 span { border-color: rgb(106,202,172); }

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