#6ACCB3

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

Shades of Medium Aquamarine #6ACCB3

Tints of Medium Aquamarine #6ACCB3

Color information

#6ACCB3 (or 0x6ACCB3) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CC and B3. RGB value is (106,204,179). Sum of RGB (Red+Green+Blue) = 106+204+179=489 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.68% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACCB3 is #95334C. Grayscale: #ABABAB. Windows color (decimal): -9777997 or 11783274. OLE color: 11783274.

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

Color convert

RGB106204179-
CMYK0.4800.120.2
HSL164.69º49%60.78%-
HSV(B)164.69º48.04%80%-
XYZ35.6749.550.32-
YUV171.85132.0381.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.68%
GREEN value IS 204 (80.08% from 255) = 41.72%
BLUE value IS 179 (70.31% from 255) = 36.61%
R=21.68%
G=41.72%
B=36.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1062041790.4800.120.2164.694960.78
Hex6ACCB3300C14a5313d
Octal15231426360014242456175
Binary11010101100110010110011110000011001010010100101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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