#64DD9D

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

Shades of Medium Aquamarine #64DD9D

Tints of Medium Aquamarine #64DD9D

Color information

#64DD9D (or 0x64DD9D) is unknown color: approx Medium Aquamarine. HEX triplet: 64, DD and 9D. RGB value is (100,221,157). Sum of RGB (Red+Green+Blue) = 100+221+157=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #64DD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DD9D is #9B2262. Grayscale: #B1B1B1. Windows color (decimal): -10166883 or 10345828. OLE color: 10345828.

HSL color Cylindrical-coordinate representation of color #64DD9D: hue angle of 148.26º degrees, saturation: 0.64, 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 #64DD9D is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB100221157-
CMYK0.5500.290.13
HSL148.26º64.02%62.94%-
HSV(B)148.26º54.75%86.67%-
XYZ37.256.8640.91-
YUV177.52116.4172.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.92%
GREEN value IS 221 (86.72% from 255) = 46.23%
BLUE value IS 157 (61.72% from 255) = 32.85%
R=20.92%
G=46.23%
B=32.85%

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
Decimal1002211570.5500.290.13148.2664.0262.94
Hex64DD9D3701DD94403f
Octal144335235670351522410077
Binary110010011011101100111011101110111011101100101001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,221,157); }

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

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

 a { background-color: rgb(100,221,157); }

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

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

 span { border-color: rgb(100,221,157); }

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