#65FCA4

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

Shades of Medium Aquamarine #65FCA4

Tints of Medium Aquamarine #65FCA4

Color information

#65FCA4 (or 0x65FCA4) is unknown color: approx Medium Aquamarine. HEX triplet: 65, FC and A4. RGB value is (101,252,164). Sum of RGB (Red+Green+Blue) = 101+252+164=517 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.54% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #65FCA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FCA4 is #9A035B. Grayscale: #C5C5C5. Windows color (decimal): -10093404 or 10812517. OLE color: 10812517.

HSL color Cylindrical-coordinate representation of color #65FCA4: hue angle of 145.03º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FCA4 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB101252164-
CMYK0.6000.350.01
HSL145.03º96.18%69.22%-
HSV(B)145.03º59.92%98.82%-
XYZ46.8875.0747.14-
YUV196.82109.4759.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.54%
GREEN value IS 252 (98.83% from 255) = 48.74%
BLUE value IS 164 (64.45% from 255) = 31.72%
R=19.54%
G=48.74%
B=31.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1012521640.6000.350.01145.0396.1869.22
Hex65FCA43C0231916045
Octal145374244740431221140105
Binary11001011111110010100100111100010001111001000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65FCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,252,164); }

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

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

 a { background-color: rgb(101,252,164); }

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

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

 span { border-color: rgb(101,252,164); }

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