#6ACCAB

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

Shades of Medium Aquamarine #6ACCAB

Tints of Medium Aquamarine #6ACCAB

Color information

#6ACCAB (or 0x6ACCAB) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CC and AB. RGB value is (106,204,171). Sum of RGB (Red+Green+Blue) = 106+204+171=481 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.04% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACCAB is #953354. Grayscale: #AAAAAA. Windows color (decimal): -9778005 or 11258986. OLE color: 11258986.

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

Color convert

RGB106204171-
CMYK0.4800.160.2
HSL159.8º49%60.78%-
HSV(B)159.8º48.04%80%-
XYZ34.8949.1946.18-
YUV170.94128.0381.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.04%
GREEN value IS 204 (80.08% from 255) = 42.41%
BLUE value IS 171 (67.19% from 255) = 35.55%
R=22.04%
G=42.41%
B=35.55%

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
Decimal1062041710.4800.160.2159.84960.78
Hex6ACCAB3001014a0313d
Octal15231425360020242406175
Binary110101011001100101010111100000100001010010100000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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