#6BFAA9

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

Shades of Medium Aquamarine #6BFAA9

Tints of Medium Aquamarine #6BFAA9

Color information

#6BFAA9 (or 0x6BFAA9) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, FA and A9. RGB value is (107,250,169). Sum of RGB (Red+Green+Blue) = 107+250+169=526 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.34% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #6BFAA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6BFAA9 is #940556. Grayscale: #C6C6C6. Windows color (decimal): -9700695 or 11139691. OLE color: 11139691.

HSL color Cylindrical-coordinate representation of color #6BFAA9: hue angle of 146.01º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BFAA9 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB107250169-
CMYK0.5700.320.02
HSL146.01º93.46%70%-
HSV(B)146.01º57.2%98.04%-
XYZ47.4174.3649.39-
YUV198.01111.6263.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.34%
GREEN value IS 250 (98.05% from 255) = 47.53%
BLUE value IS 169 (66.41% from 255) = 32.13%
R=20.34%
G=47.53%
B=32.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1072501690.5700.320.02146.0193.4670
Hex6BFAA9390202925d46
Octal153372251710402222135106
Binary110101111111010101010011110010100000101001001010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BFAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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