#65F4A4

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

Shades of Medium Aquamarine #65F4A4

Tints of Medium Aquamarine #65F4A4

Color information

#65F4A4 (or 0x65F4A4) is unknown color: approx Medium Aquamarine. HEX triplet: 65, F4 and A4. RGB value is (101,244,164). Sum of RGB (Red+Green+Blue) = 101+244+164=509 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.84% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 244 - color contains mainly: green. Hex color #65F4A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F4A4 is #9A0B5B. Grayscale: #C0C0C0. Windows color (decimal): -10095452 or 10810469. OLE color: 10810469.

HSL color Cylindrical-coordinate representation of color #65F4A4: hue angle of 146.43º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #65F4A4 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB101244164-
CMYK0.5900.330.04
HSL146.43º86.67%67.65%-
HSV(B)146.43º58.61%95.69%-
XYZ44.4270.1546.32-
YUV192.12112.1263-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.84%
GREEN value IS 244 (95.70% from 255) = 47.94%
BLUE value IS 164 (64.45% from 255) = 32.22%
R=19.84%
G=47.94%
B=32.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1012441640.5900.330.04146.4386.6767.65
Hex65F4A43B0214925744
Octal145364244730414222127104
Binary1100101111101001010010011101101000011001001001010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65F4A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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