Html Css Color HEX #64D9AF Medium Aquamarine

📋 copy color: '#64D9AF'

red 100 ◦ green 217 ◦ blue 175

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

Shades of Medium Aquamarine #64D9AF

Tints of Medium Aquamarine #64D9AF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.11%

 BLUE value IS 175 (68.75% from 255) = 35.57%

R = 20.33%
G = 44.11%
B = 35.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#64D9AF (or 0x64D9AF) is known color: Medium Aquamarine. HEX triplet: 64, D9 and AF. RGB value is (100,217,175). Sum of RGB (Red+Green+Blue) = 100+217+175=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #64D9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D9AF is #9B2650. Grayscale: #B1B1B1. Windows color (decimal): -10167889 or 11524452. OLE color: 11524452.

HSL color Cylindrical-coordinate representation of color #64D9AF: hue angle of 158.46º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D9AF is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 217 175 -
CMYK 0.54 0 0.19 0.15
HSL 158.46º 0.61% 0.62% -
HSV(B) 158.46º 0.54% 0.85% -
XYZ 37.81 55.43 49.26 -
YUV 177.23 126.74 72.92 -
System Red Green Blue C M Y K H S L
Decimal 100 217 175 0.54 0 0.19 0.15 158.46 0.61 0.62
Hex 64 D9 AF 36 0 13 F 9E 3D 3E
Octal 144 331 257 66 0 23 17 236 75 76
Binary 1100100 11011001 10101111 110110 0 10011 1111 10011110 111101 111110

Color Harmonies of #64D9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D9AF

Black with #64D9AF

Text Example


Text Example

White with #64D9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,217,175); }

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

background-color css

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

 a { background-color: rgb(100,217,175); }

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

border-color css

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

 span { border-color: rgb(100,217,175); }

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