#65EDAE

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

Shades of Medium Aquamarine #65EDAE

Tints of Medium Aquamarine #65EDAE

Color information

#65EDAE (or 0x65EDAE) is unknown color: approx Medium Aquamarine. HEX triplet: 65, ED and AE. RGB value is (101,237,174). Sum of RGB (Red+Green+Blue) = 101+237+174=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #65EDAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65EDAE is #9A1251. Grayscale: #BDBDBD. Windows color (decimal): -10097234 or 11464037. OLE color: 11464037.

HSL color Cylindrical-coordinate representation of color #65EDAE: hue angle of 152.21º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65EDAE is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB101237174-
CMYK0.5700.270.07
HSL152.21º79.07%66.27%-
HSV(B)152.21º57.38%92.94%-
XYZ43.2966.3950.58-
YUV189.15119.4465.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.73%
GREEN value IS 237 (92.97% from 255) = 46.29%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=19.73%
G=46.29%
B=33.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1012371740.5700.270.07152.2179.0766.27
Hex65EDAE3901B7984f42
Octal145355256710337230117102
Binary110010111101101101011101110010110111111001100010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,237,174); }

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

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

 a { background-color: rgb(101,237,174); }

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

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

 span { border-color: rgb(101,237,174); }

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