#65E5AB

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

Shades of Medium Aquamarine #65E5AB

Tints of Medium Aquamarine #65E5AB

Color information

#65E5AB (or 0x65E5AB) is unknown color: approx Medium Aquamarine. HEX triplet: 65, E5 and AB. RGB value is (101,229,171). Sum of RGB (Red+Green+Blue) = 101+229+171=501 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.16% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #65E5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65E5AB is #9A1A54. Grayscale: #B8B8B8. Windows color (decimal): -10099285 or 11265381. OLE color: 11265381.

HSL color Cylindrical-coordinate representation of color #65E5AB: hue angle of 152.81º 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 #65E5AB is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB101229171-
CMYK0.5600.250.10
HSL152.81º71.11%64.71%-
HSV(B)152.81º55.9%89.8%-
XYZ40.7461.7548.3-
YUV184.12120.5968.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 20.16%
GREEN value IS 229 (89.84% from 255) = 45.71%
BLUE value IS 171 (67.19% from 255) = 34.13%
R=20.16%
G=45.71%
B=34.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1012291710.5600.250.10152.8171.1164.71
Hex65E5AB38019A994741
Octal1453452537003112231107101
Binary1100101111001011010101111100001100110101001100110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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