#6BF5A1

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

Shades of Medium Aquamarine #6BF5A1

Tints of Medium Aquamarine #6BF5A1

Color information

#6BF5A1 (or 0x6BF5A1) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, F5 and A1. RGB value is (107,245,161). Sum of RGB (Red+Green+Blue) = 107+245+161=513 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.86% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #6BF5A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BF5A1 is #940A5E. Grayscale: #C2C2C2. Windows color (decimal): -9701983 or 10614123. OLE color: 10614123.

HSL color Cylindrical-coordinate representation of color #6BF5A1: hue angle of 143.48º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6BF5A1 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB107245161-
CMYK0.5600.340.04
HSL143.48º87.34%69.02%-
HSV(B)143.48º56.33%96.08%-
XYZ45.157145.04-
YUV194.16109.2865.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.86%
GREEN value IS 245 (96.09% from 255) = 47.76%
BLUE value IS 161 (63.28% from 255) = 31.38%
R=20.86%
G=47.76%
B=31.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1072451610.5600.340.04143.4887.3469.02
Hex6BF5A13802248f5745
Octal153365241700424217127105
Binary1101011111101011010000111100001000101001000111110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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