#6BFFA5

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

Shades of Medium Aquamarine #6BFFA5

Tints of Medium Aquamarine #6BFFA5

Color information

#6BFFA5 (or 0x6BFFA5) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, FF and A5. RGB value is (107,255,165). Sum of RGB (Red+Green+Blue) = 107+255+165=527 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.30% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #6BFFA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFFA5 is #94005A. Grayscale: #C8C8C8. Windows color (decimal): -9699419 or 10878827. OLE color: 10878827.

HSL color Cylindrical-coordinate representation of color #6BFFA5: hue angle of 143.51º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BFFA5 is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB107255165-
CMYK0.5800.350
HSL143.51º100%70.98%-
HSV(B)143.51º58.04%100%-
XYZ48.6177.3647.97-
YUV200.49107.9761.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.30%
GREEN value IS 255 (100% from 255) = 48.39%
BLUE value IS 165 (64.84% from 255) = 31.31%
R=20.30%
G=48.39%
B=31.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1072551650.5800.350143.5110070.98
Hex6BFFA53A0230906447
Octal153377245720430220144107
Binary11010111111111110100101111010010001101001000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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