#6AFAAB

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

Shades of Medium Aquamarine #6AFAAB

Tints of Medium Aquamarine #6AFAAB

Color information

#6AFAAB (or 0x6AFAAB) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, FA and AB. RGB value is (106,250,171). Sum of RGB (Red+Green+Blue) = 106+250+171=527 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.11% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #6AFAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFAAB is #950554. Grayscale: #C6C6C6. Windows color (decimal): -9766229 or 11270762. OLE color: 11270762.

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

Color convert

RGB106250171-
CMYK0.5800.320.02
HSL147.08º93.51%69.8%-
HSV(B)147.08º57.6%98.04%-
XYZ47.4874.3850.38-
YUV197.94112.7962.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.11%
GREEN value IS 250 (98.05% from 255) = 47.44%
BLUE value IS 171 (67.19% from 255) = 32.45%
R=20.11%
G=47.44%
B=32.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062501710.5800.320.02147.0893.5169.8
Hex6AFAAB3A0202935e46
Octal152372253720402223136106
Binary110101011111010101010111110100100000101001001110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,250,171); }

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

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

 a { background-color: rgb(106,250,171); }

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

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

 span { border-color: rgb(106,250,171); }

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