Html Css Color HEX #64D5AF Medium Aquamarine

📋 copy color: '#64D5AF'

red 100 ◦ green 213 ◦ blue 175

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

Shades of Medium Aquamarine #64D5AF

Tints of Medium Aquamarine #64D5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.65%

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

R = 20.49%
G = 43.65%
B = 35.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#64D5AF (or 0x64D5AF) is known color: Medium Aquamarine. HEX triplet: 64, D5 and AF. RGB value is (100,213,175). Sum of RGB (Red+Green+Blue) = 100+213+175=488 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.49% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #64D5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D5AF is #9B2A50. Grayscale: #AEAEAE. Windows color (decimal): -10168913 or 11523428. OLE color: 11523428.

HSL color Cylindrical-coordinate representation of color #64D5AF: hue angle of 159.82º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D5AF is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 213 175 -
CMYK 0.53 0 0.18 0.16
HSL 159.82º 0.57% 0.61% -
HSV(B) 159.82º 0.53% 0.84% -
XYZ 36.79 53.39 48.92 -
YUV 174.88 128.06 74.59 -
System Red Green Blue C M Y K H S L
Decimal 100 213 175 0.53 0 0.18 0.16 159.82 0.57 0.61
Hex 64 D5 AF 35 0 12 10 A0 39 3D
Octal 144 325 257 65 0 22 20 240 71 75
Binary 1100100 11010101 10101111 110101 0 10010 10000 10100000 111001 111101

Color Harmonies of #64D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D5AF

Black with #64D5AF

Text Example


Text Example

White with #64D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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