#6ACAA3

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

Shades of Medium Aquamarine #6ACAA3

Tints of Medium Aquamarine #6ACAA3

Color information

#6ACAA3 (or 0x6ACAA3) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CA and A3. RGB value is (106,202,163). Sum of RGB (Red+Green+Blue) = 106+202+163=471 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.51% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACAA3 is #95355C. Grayscale: #A8A8A8. Windows color (decimal): -9778525 or 10734186. OLE color: 10734186.

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

Color convert

RGB106202163-
CMYK0.4800.190.21
HSL155.62º47.52%60.39%-
HSV(B)155.62º47.52%79.22%-
XYZ33.6847.9542.13-
YUV168.85124.783.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.51%
GREEN value IS 202 (79.30% from 255) = 42.89%
BLUE value IS 163 (64.06% from 255) = 34.61%
R=22.51%
G=42.89%
B=34.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1062021630.4800.190.21155.6247.5260.39
Hex6ACAA330013159c303c
Octal15231224360023252346074
Binary110101011001010101000111100000100111010110011100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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