#6AFBAA

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

Shades of Medium Aquamarine #6AFBAA

Tints of Medium Aquamarine #6AFBAA

Color information

#6AFBAA (or 0x6AFBAA) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, FB and AA. RGB value is (106,251,170). Sum of RGB (Red+Green+Blue) = 106+251+170=527 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.11% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFBAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AFBAA is #950455. Grayscale: #C6C6C6. Windows color (decimal): -9765974 or 11205482. OLE color: 11205482.

HSL color Cylindrical-coordinate representation of color #6AFBAA: hue angle of 146.48º degrees, saturation: 0.95, 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 #6AFBAA is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB106251170-
CMYK0.5800.320.02
HSL146.48º94.77%70%-
HSV(B)146.48º57.77%98.43%-
XYZ47.774.9649.99-
YUV198.41111.9662.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.11%
GREEN value IS 251 (98.44% from 255) = 47.63%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=20.11%
G=47.63%
B=32.26%

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
Decimal1062511700.5800.320.02146.4894.7770
Hex6AFBAA3A0202925f46
Octal152373252720402222137106
Binary110101011111011101010101110100100000101001001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,251,170); }

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

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

 a { background-color: rgb(106,251,170); }

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

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

 span { border-color: rgb(106,251,170); }

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