Html Css Color HEX #64D3AE Medium Aquamarine

📋 copy color: '#64D3AE'

red 100 ◦ green 211 ◦ blue 174

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

Shades of Medium Aquamarine #64D3AE

Tints of Medium Aquamarine #64D3AE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.51%

 BLUE value IS 174 (68.36% from 255) = 35.88%

R = 20.62%
G = 43.51%
B = 35.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#64D3AE (or 0x64D3AE) is known color: Medium Aquamarine. HEX triplet: 64, D3 and AE. RGB value is (100,211,174). Sum of RGB (Red+Green+Blue) = 100+211+174=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #64D3AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D3AE is #9B2C51. Grayscale: #ADADAD. Windows color (decimal): -10169426 or 11457380. OLE color: 11457380.

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

Color convert

RGB 100 211 174 -
CMYK 0.53 0 0.18 0.17
HSL 160º 0.56% 0.61% -
HSV(B) 160º 0.53% 0.83% -
XYZ 36.19 52.35 48.24 -
YUV 173.59 128.23 75.51 -
System Red Green Blue C M Y K H S L
Decimal 100 211 174 0.53 0 0.18 0.17 160 0.56 0.61
Hex 64 D3 AE 35 0 12 11 A0 38 3D
Octal 144 323 256 65 0 22 21 240 70 75
Binary 1100100 11010011 10101110 110101 0 10010 10001 10100000 111000 111101

Color Harmonies of #64D3AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D3AE

Black with #64D3AE

Text Example


Text Example

White with #64D3AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,211,174); }

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

background-color css

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

 a { background-color: rgb(100,211,174); }

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

border-color css

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

 span { border-color: rgb(100,211,174); }

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