#6ACBAC

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

Shades of Medium Aquamarine #6ACBAC

Tints of Medium Aquamarine #6ACBAC

Color information

#6ACBAC (or 0x6ACBAC) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CB and AC. RGB value is (106,203,172). Sum of RGB (Red+Green+Blue) = 106+203+172=481 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.04% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 172 (67.58% from 255 or 35.76% from 481); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACBAC is #953453. Grayscale: #AAAAAA. Windows color (decimal): -9778260 or 11324266. OLE color: 11324266.

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

Color convert

RGB106203172-
CMYK0.4800.150.20
HSL160.82º48.26%60.59%-
HSV(B)160.82º47.78%79.61%-
XYZ34.7548.7546.61-
YUV170.46128.8682.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.04%
GREEN value IS 203 (79.69% from 255) = 42.20%
BLUE value IS 172 (67.58% from 255) = 35.76%
R=22.04%
G=42.20%
B=35.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062031720.4800.150.20160.8248.2660.59
Hex6ACBAC300F14a1303d
Octal15231325460017242416075
Binary11010101100101110101100110000011111010010100001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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