Html Css Color HEX #64DEAC Medium Aquamarine

📋 copy color: '#64DEAC'

red 100 ◦ green 222 ◦ blue 172

#64DEAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #64DEAC

Tints of Medium Aquamarine #64DEAC

RGB

 RED value IS 100 (39.45% from 255) = 20.24%

 GREEN value IS 222 (87.11% from 255) = 44.94%

 BLUE value IS 172 (67.58% from 255) = 34.82%

R = 20.24%
G = 44.94%
B = 34.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#64DEAC (or 0x64DEAC) is known color: Medium Aquamarine. HEX triplet: 64, DE and AC. RGB value is (100,222,172). Sum of RGB (Red+Green+Blue) = 100+222+172=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #64DEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DEAC is #9B2153. Grayscale: #B3B3B3. Windows color (decimal): -10166612 or 11329124. OLE color: 11329124.

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

Color convert

RGB 100 222 172 -
CMYK 0.55 0 0.23 0.13
HSL 155.41º 0.65% 0.63% -
HSV(B) 155.41º 0.55% 0.87% -
XYZ 38.82 57.93 48.17 -
YUV 179.82 123.58 71.07 -
System Red Green Blue C M Y K H S L
Decimal 100 222 172 0.55 0 0.23 0.13 155.41 0.65 0.63
Hex 64 DE AC 37 0 17 D 9B 41 3F
Octal 144 336 254 67 0 27 15 233 101 77
Binary 1100100 11011110 10101100 110111 0 10111 1101 10011011 1000001 111111

Color Harmonies of #64DEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DEAC

Black with #64DEAC

Text Example


Text Example

White with #64DEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64DEAC;
 }
 .AnyTagClassName
 {
   color: #64DEAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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