#65FAA6

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

Shades of Medium Aquamarine #65FAA6

Tints of Medium Aquamarine #65FAA6

Color information

#65FAA6 (or 0x65FAA6) is unknown color: approx Medium Aquamarine. HEX triplet: 65, FA and A6. RGB value is (101,250,166). Sum of RGB (Red+Green+Blue) = 101+250+166=517 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.54% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #65FAA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FAA6 is #9A0559. Grayscale: #C4C4C4. Windows color (decimal): -10093914 or 10943077. OLE color: 10943077.

HSL color Cylindrical-coordinate representation of color #65FAA6: hue angle of 146.17º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FAA6 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB101250166-
CMYK0.6000.340.02
HSL146.17º93.71%68.82%-
HSV(B)146.17º59.6%98.04%-
XYZ46.4473.8947.89-
YUV195.87111.1460.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.54%
GREEN value IS 250 (98.05% from 255) = 48.36%
BLUE value IS 166 (65.23% from 255) = 32.11%
R=19.54%
G=48.36%
B=32.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012501660.6000.340.02146.1793.7168.82
Hex65FAA63C0222925e45
Octal145372246740422222136105
Binary110010111111010101001101111000100010101001001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65FAA6; }

 p { color: rgb(101,250,166); }

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

<style>
 a { background-color: #65FAA6; }

 a { background-color: rgb(101,250,166); }

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

<style>
 span { border-color: #65FAA6; }

 span { border-color: rgb(101,250,166); }

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