#6BC7A1

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

Shades of Medium Aquamarine #6BC7A1

Tints of Medium Aquamarine #6BC7A1

Color information

#6BC7A1 (or 0x6BC7A1) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, C7 and A1. RGB value is (107,199,161). Sum of RGB (Red+Green+Blue) = 107+199+161=467 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.91% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 199 - color contains mainly: green. Hex color #6BC7A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC7A1 is #94385E. Grayscale: #A7A7A7. Windows color (decimal): -9713759 or 10602347. OLE color: 10602347.

HSL color Cylindrical-coordinate representation of color #6BC7A1: hue angle of 155.22º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6BC7A1 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB107199161-
CMYK0.4600.190.22
HSL155.22º45.1%60%-
HSV(B)155.22º46.23%78.04%-
XYZ32.9246.5540.97-
YUV167.16124.5285.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.91%
GREEN value IS 199 (78.12% from 255) = 42.61%
BLUE value IS 161 (63.28% from 255) = 34.48%
R=22.91%
G=42.61%
B=34.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1071991610.4600.190.22155.2245.160
Hex6BC7A12E013169b2d3c
Octal15330724156023262335574
Binary110101111000111101000011011100100111011010011011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,199,161); }

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

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

 a { background-color: rgb(107,199,161); }

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

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

 span { border-color: rgb(107,199,161); }

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