#64DE9E

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

Shades of Medium Aquamarine #64DE9E

Tints of Medium Aquamarine #64DE9E

Color information

#64DE9E (or 0x64DE9E) is unknown color: approx Medium Aquamarine. HEX triplet: 64, DE and 9E. RGB value is (100,222,158). Sum of RGB (Red+Green+Blue) = 100+222+158=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 158 (62.11% from 255 or 32.92% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #64DE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DE9E is #9B2161. Grayscale: #B2B2B2. Windows color (decimal): -10166626 or 10411620. OLE color: 10411620.

HSL color Cylindrical-coordinate representation of color #64DE9E: hue angle of 148.52º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DE9E is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB100222158-
CMYK0.5500.290.13
HSL148.52º64.89%63.14%-
HSV(B)148.52º54.95%87.06%-
XYZ37.5557.4241.45-
YUV178.23116.5872.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.83%
GREEN value IS 222 (87.11% from 255) = 46.25%
BLUE value IS 158 (62.11% from 255) = 32.92%
R=20.83%
G=46.25%
B=32.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002221580.5500.290.13148.5264.8963.14
Hex64DE9E3701DD95413f
Octal144336236670351522510177
Binary110010011011110100111101101110111011101100101011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,222,158); }

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

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

 a { background-color: rgb(100,222,158); }

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

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

 span { border-color: rgb(100,222,158); }

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