#6BC5AD

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

Shades of Medium Aquamarine #6BC5AD

Tints of Medium Aquamarine #6BC5AD

Color information

#6BC5AD (or 0x6BC5AD) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, C5 and AD. RGB value is (107,197,173). Sum of RGB (Red+Green+Blue) = 107+197+173=477 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.43% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC5AD is #943A52. Grayscale: #A7A7A7. Windows color (decimal): -9714259 or 11388267. OLE color: 11388267.

HSL color Cylindrical-coordinate representation of color #6BC5AD: hue angle of 164º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC5AD is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB107197173-
CMYK0.4600.120.23
HSL164º43.69%59.61%-
HSV(B)164º45.69%77.25%-
XYZ33.5746.0846.66-
YUV167.35131.1884.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.43%
GREEN value IS 197 (77.34% from 255) = 41.30%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=22.43%
G=41.30%
B=36.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1071971730.4600.120.2316443.6959.61
Hex6BC5AD2E0C17a42c3c
Octal15330525556014272445474
Binary11010111100010110101101101110011001011110100100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,197,173); }

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

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

 a { background-color: rgb(107,197,173); }

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

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

 span { border-color: rgb(107,197,173); }

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