#6ACFA7

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

Shades of Medium Aquamarine #6ACFA7

Tints of Medium Aquamarine #6ACFA7

Color information

#6ACFA7 (or 0x6ACFA7) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CF and A7. RGB value is (106,207,167). Sum of RGB (Red+Green+Blue) = 106+207+167=480 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.08% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 167 (65.62% from 255 or 34.79% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACFA7 is #953058. Grayscale: #ACACAC. Windows color (decimal): -9777241 or 10997610. OLE color: 10997610.

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

Color convert

RGB106207167-
CMYK0.4900.190.19
HSL156.24º51.27%61.37%-
HSV(B)156.24º48.79%81.18%-
XYZ35.2350.4844.45-
YUV172.24125.0480.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.08%
GREEN value IS 207 (81.25% from 255) = 43.12%
BLUE value IS 167 (65.62% from 255) = 34.79%
R=22.08%
G=43.12%
B=34.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1062071670.4900.190.19156.2451.2761.37
Hex6ACFA731013139c333d
Octal15231724761023232346375
Binary110101011001111101001111100010100111001110011100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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