#6BC5A5

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

Shades of Medium Aquamarine #6BC5A5

Tints of Medium Aquamarine #6BC5A5

Color information

#6BC5A5 (or 0x6BC5A5) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, C5 and A5. RGB value is (107,197,165). Sum of RGB (Red+Green+Blue) = 107+197+165=469 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.81% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC5A5 is #943A5A. Grayscale: #A6A6A6. Windows color (decimal): -9714267 or 10863979. OLE color: 10863979.

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

Color convert

RGB107197165-
CMYK0.4600.160.23
HSL158.67º43.69%59.61%-
HSV(B)158.67º45.69%77.25%-
XYZ32.8245.7742.7-
YUV166.44127.1885.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.81%
GREEN value IS 197 (77.34% from 255) = 42.00%
BLUE value IS 165 (64.84% from 255) = 35.18%
R=22.81%
G=42.00%
B=35.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1071971650.4600.160.23158.6743.6959.61
Hex6BC5A52E010179f2c3c
Octal15330524556020272375474
Binary110101111000101101001011011100100001011110011111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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