#6BC4AA

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

Shades of Medium Aquamarine #6BC4AA

Tints of Medium Aquamarine #6BC4AA

Color information

#6BC4AA (or 0x6BC4AA) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, C4 and AA. RGB value is (107,196,170). Sum of RGB (Red+Green+Blue) = 107+196+170=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #6BC4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC4AA is #943B55. Grayscale: #A6A6A6. Windows color (decimal): -9714518 or 11191403. OLE color: 11191403.

HSL color Cylindrical-coordinate representation of color #6BC4AA: hue angle of 162.47º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC4AA is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB107196170-
CMYK0.4500.130.23
HSL162.47º43%59.41%-
HSV(B)162.47º45.41%76.86%-
XYZ33.0645.5145.07-
YUV166.42130.0185.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.62%
GREEN value IS 196 (76.95% from 255) = 41.44%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=22.62%
G=41.44%
B=35.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1071961700.4500.130.23162.474359.41
Hex6BC4AA2D0D17a22b3b
Octal15330425255015272425373
Binary11010111100010010101010101101011011011110100010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,196,170); }

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

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

 a { background-color: rgb(107,196,170); }

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

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

 span { border-color: rgb(107,196,170); }

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