Html Css Color HEX #64D6AF Medium Aquamarine

📋 copy color: '#64D6AF'

red 100 ◦ green 214 ◦ blue 175

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

Shades of Medium Aquamarine #64D6AF

Tints of Medium Aquamarine #64D6AF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.76%

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

R = 20.45%
G = 43.76%
B = 35.79%

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

#64D6AF (or 0x64D6AF) is known color: Medium Aquamarine. HEX triplet: 64, D6 and AF. RGB value is (100,214,175). Sum of RGB (Red+Green+Blue) = 100+214+175=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #64D6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D6AF is #9B2950. Grayscale: #AFAFAF. Windows color (decimal): -10168657 or 11523684. OLE color: 11523684.

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

Color convert

RGB 100 214 175 -
CMYK 0.53 0 0.18 0.16
HSL 159.47º 0.58% 0.62% -
HSV(B) 159.47º 0.53% 0.84% -
XYZ 37.04 53.9 49.01 -
YUV 175.47 127.73 74.17 -
System Red Green Blue C M Y K H S L
Decimal 100 214 175 0.53 0 0.18 0.16 159.47 0.58 0.62
Hex 64 D6 AF 35 0 12 10 9F 3A 3E
Octal 144 326 257 65 0 22 20 237 72 76
Binary 1100100 11010110 10101111 110101 0 10010 10000 10011111 111010 111110

Color Harmonies of #64D6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D6AF

Black with #64D6AF

Text Example


Text Example

White with #64D6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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