Html Css Color HEX #64C5A4 Medium Aquamarine

📋 copy color: '#64C5A4'

red 100 ◦ green 197 ◦ blue 164

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

Shades of Medium Aquamarine #64C5A4

Tints of Medium Aquamarine #64C5A4

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.73%

 BLUE value IS 164 (64.45% from 255) = 35.57%

R = 21.69%
G = 42.73%
B = 35.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#64C5A4 (or 0x64C5A4) is known color: Medium Aquamarine. HEX triplet: 64, C5 and A4. RGB value is (100,197,164). Sum of RGB (Red+Green+Blue) = 100+197+164=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #64C5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C5A4 is #9B3A5B. Grayscale: #A4A4A4. Windows color (decimal): -10173020 or 10798436. OLE color: 10798436.

HSL color Cylindrical-coordinate representation of color #64C5A4: hue angle of 159.59º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C5A4 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB 100 197 164 -
CMYK 0.49 0 0.17 0.23
HSL 159.59º 0.46% 0.58% -
HSV(B) 159.59º 0.49% 0.77% -
XYZ 31.92 45.32 42.19 -
YUV 164.24 127.86 82.18 -
System Red Green Blue C M Y K H S L
Decimal 100 197 164 0.49 0 0.17 0.23 159.59 0.46 0.58
Hex 64 C5 A4 31 0 11 17 A0 2E 3A
Octal 144 305 244 61 0 21 27 240 56 72
Binary 1100100 11000101 10100100 110001 0 10001 10111 10100000 101110 111010

Color Harmonies of #64C5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C5A4

Black with #64C5A4

Text Example


Text Example

White with #64C5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,197,164); }

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

background-color css

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

 a { background-color: rgb(100,197,164); }

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

border-color css

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

 span { border-color: rgb(100,197,164); }

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