#65F9AC

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

Shades of Medium Aquamarine #65F9AC

Tints of Medium Aquamarine #65F9AC

Color information

#65F9AC (or 0x65F9AC) is unknown color: approx Medium Aquamarine. HEX triplet: 65, F9 and AC. RGB value is (101,249,172). Sum of RGB (Red+Green+Blue) = 101+249+172=522 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.35% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #65F9AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F9AC is #9A0653. Grayscale: #C4C4C4. Windows color (decimal): -10094164 or 11336037. OLE color: 11336037.

HSL color Cylindrical-coordinate representation of color #65F9AC: hue angle of 148.78º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F9AC is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB101249172-
CMYK0.5900.310.02
HSL148.78º92.5%68.63%-
HSV(B)148.78º59.44%97.65%-
XYZ46.6973.550.76-
YUV195.97114.4760.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.35%
GREEN value IS 249 (97.66% from 255) = 47.70%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=19.35%
G=47.70%
B=32.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1012491720.5900.310.02148.7892.568.63
Hex65F9AC3B01F2955c45
Octal145371254730372225134105
Binary11001011111100110101100111011011111101001010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,249,172); }

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

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

 a { background-color: rgb(101,249,172); }

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

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

 span { border-color: rgb(101,249,172); }

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