#65E8B4

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

Shades of Medium Aquamarine #65E8B4

Tints of Medium Aquamarine #65E8B4

Color information

#65E8B4 (or 0x65E8B4) is unknown color: approx Medium Aquamarine. HEX triplet: 65, E8 and B4. RGB value is (101,232,180). Sum of RGB (Red+Green+Blue) = 101+232+180=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 232 (91.02% from 255 or 45.22% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 232 - color contains mainly: green. Hex color #65E8B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65E8B4 is #9A174B. Grayscale: #BABABA. Windows color (decimal): -10098508 or 11855973. OLE color: 11855973.

HSL color Cylindrical-coordinate representation of color #65E8B4: hue angle of 156.18º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E8B4 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB101232180-
CMYK0.5600.220.09
HSL156.18º74.01%65.29%-
HSV(B)156.18º56.47%90.98%-
XYZ42.4663.7853.25-
YUV186.9124.166.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.69%
GREEN value IS 232 (91.02% from 255) = 45.22%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=19.69%
G=45.22%
B=35.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1012321800.5600.220.09156.1874.0165.29
Hex65E8B43801699c4a41
Octal1453502647002611234112101
Binary1100101111010001011010011100001011010011001110010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,232,180); }

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

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

 a { background-color: rgb(101,232,180); }

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

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

 span { border-color: rgb(101,232,180); }

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