#6ACEAC

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

Shades of Medium Aquamarine #6ACEAC

Tints of Medium Aquamarine #6ACEAC

Color information

#6ACEAC (or 0x6ACEAC) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CE and AC. RGB value is (106,206,172). Sum of RGB (Red+Green+Blue) = 106+206+172=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACEAC is #953153. Grayscale: #ACACAC. Windows color (decimal): -9777492 or 11325034. OLE color: 11325034.

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

Color convert

RGB106206172-
CMYK0.4900.170.19
HSL159.6º50.51%61.18%-
HSV(B)159.6º48.54%80.78%-
XYZ35.4650.1946.85-
YUV172.22127.8780.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.90%
GREEN value IS 206 (80.86% from 255) = 42.56%
BLUE value IS 172 (67.58% from 255) = 35.54%
R=21.90%
G=42.56%
B=35.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1062061720.4900.170.19159.650.5161.18
Hex6ACEAC3101113a0333d
Octal15231625461021232406375
Binary110101011001110101011001100010100011001110100000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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