#6ACFA6

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

Shades of Medium Aquamarine #6ACFA6

Tints of Medium Aquamarine #6ACFA6

Color information

#6ACFA6 (or 0x6ACFA6) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CF and A6. RGB value is (106,207,166). Sum of RGB (Red+Green+Blue) = 106+207+166=479 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.13% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACFA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACFA6 is #953059. Grayscale: #ACACAC. Windows color (decimal): -9777242 or 10932074. OLE color: 10932074.

HSL color Cylindrical-coordinate representation of color #6ACFA6: hue angle of 155.64º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACFA6 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB106207166-
CMYK0.4900.200.19
HSL155.64º51.27%61.37%-
HSV(B)155.64º48.79%81.18%-
XYZ35.1450.4443.96-
YUV172.13124.5480.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.13%
GREEN value IS 207 (81.25% from 255) = 43.22%
BLUE value IS 166 (65.23% from 255) = 34.66%
R=22.13%
G=43.22%
B=34.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1062071660.4900.200.19155.6451.2761.37
Hex6ACFA631014139c333d
Octal15231724661024232346375
Binary110101011001111101001101100010101001001110011100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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