#6ACCAC

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

Shades of Medium Aquamarine #6ACCAC

Tints of Medium Aquamarine #6ACCAC

Color information

#6ACCAC (or 0x6ACCAC) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CC and AC. RGB value is (106,204,172). Sum of RGB (Red+Green+Blue) = 106+204+172=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACCAC is #953353. Grayscale: #ABABAB. Windows color (decimal): -9778004 or 11324522. OLE color: 11324522.

HSL color Cylindrical-coordinate representation of color #6ACCAC: hue angle of 160.41º degrees, saturation: 0.49, 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 #6ACCAC is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB106204172-
CMYK0.4800.160.2
HSL160.41º49%60.78%-
HSV(B)160.41º48.04%80%-
XYZ34.9849.2346.69-
YUV171.05128.5381.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.99%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=21.99%
G=42.32%
B=35.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1062041720.4800.160.2160.414960.78
Hex6ACCAC3001014a0313d
Octal15231425460020242406175
Binary110101011001100101011001100000100001010010100000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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