#6BBFA9

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

Shades of Medium Aquamarine #6BBFA9

Tints of Medium Aquamarine #6BBFA9

Color information

#6BBFA9 (or 0x6BBFA9) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, BF and A9. RGB value is (107,191,169). Sum of RGB (Red+Green+Blue) = 107+191+169=467 (61% of max value = 765). Red value is 107 (42.19% from 255 or 22.91% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #6BBFA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBFA9 is #944056. Grayscale: #A3A3A3. Windows color (decimal): -9715799 or 11124587. OLE color: 11124587.

HSL color Cylindrical-coordinate representation of color #6BBFA9: hue angle of 164.29º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BBFA9 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB107191169-
CMYK0.4400.120.25
HSL164.29º39.62%58.43%-
HSV(B)164.29º43.98%74.9%-
XYZ31.8643.2544.21-
YUV163.38131.1787.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.91%
GREEN value IS 191 (75% from 255) = 40.90%
BLUE value IS 169 (66.41% from 255) = 36.19%
R=22.91%
G=40.90%
B=36.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071911690.4400.120.25164.2939.6258.43
Hex6BBFA92C0C19a4283a
Octal15327725154014312445072
Binary11010111011111110101001101100011001100110100100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,191,169); }

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

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

 a { background-color: rgb(107,191,169); }

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

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

 span { border-color: rgb(107,191,169); }

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