#64ED95

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

Shades of Medium Aquamarine #64ED95

Tints of Medium Aquamarine #64ED95

Color information

#64ED95 (or 0x64ED95) is unknown color: approx Medium Aquamarine. HEX triplet: 64, ED and 95. RGB value is (100,237,149). Sum of RGB (Red+Green+Blue) = 100+237+149=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #64ED95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64ED95 is #9B126A. Grayscale: #BABABA. Windows color (decimal): -10162795 or 9825636. OLE color: 9825636.

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

Color convert

RGB100237149-
CMYK0.5800.370.07
HSL141.46º79.19%66.08%-
HSV(B)141.46º57.81%92.94%-
XYZ40.9665.4538.91-
YUV186107.1166.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.58%
GREEN value IS 237 (92.97% from 255) = 48.77%
BLUE value IS 149 (58.59% from 255) = 30.66%
R=20.58%
G=48.77%
B=30.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1002371490.5800.370.07141.4679.1966.08
Hex64ED953A02578d4f42
Octal144355225720457215117102
Binary1100100111011011001010111101001001011111000110110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ED95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64ED95; }

 p { color: rgb(100,237,149); }

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

<style>
 a { background-color: #64ED95; }

 a { background-color: rgb(100,237,149); }

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

<style>
 span { border-color: #64ED95; }

 span { border-color: rgb(100,237,149); }

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