#65E5AA

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

Shades of Medium Aquamarine #65E5AA

Tints of Medium Aquamarine #65E5AA

Color information

#65E5AA (or 0x65E5AA) is unknown color: approx Medium Aquamarine. HEX triplet: 65, E5 and AA. RGB value is (101,229,170). Sum of RGB (Red+Green+Blue) = 101+229+170=500 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.2% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #65E5AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E5AA is #9A1A55. Grayscale: #B8B8B8. Windows color (decimal): -10099286 or 11199845. OLE color: 11199845.

HSL color Cylindrical-coordinate representation of color #65E5AA: hue angle of 152.34º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E5AA is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB101229170-
CMYK0.5600.260.10
HSL152.34º71.11%64.71%-
HSV(B)152.34º55.9%89.8%-
XYZ40.6461.7147.8-
YUV184120.0968.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.2%
GREEN value IS 229 (89.84% from 255) = 45.8%
BLUE value IS 170 (66.80% from 255) = 34%
R=20.2%
G=45.8%
B=34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1012291700.5600.260.10152.3471.1164.71
Hex65E5AA3801AA984741
Octal1453452527003212230107101
Binary1100101111001011010101011100001101010101001100010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,229,170); }

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

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

 a { background-color: rgb(101,229,170); }

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

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

 span { border-color: rgb(101,229,170); }

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