Html Css Color HEX #64D69E Medium Aquamarine

📋 copy color: '#64D69E'

red 100 ◦ green 214 ◦ blue 158

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

Shades of Medium Aquamarine #64D69E

Tints of Medium Aquamarine #64D69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.47%

R = 21.19%
G = 45.34%
B = 33.47%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#64D69E (or 0x64D69E) is known color: Medium Aquamarine. HEX triplet: 64, D6 and 9E. RGB value is (100,214,158). Sum of RGB (Red+Green+Blue) = 100+214+158=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #64D69E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D69E is #9B2961. Grayscale: #ADADAD. Windows color (decimal): -10168674 or 10409572. OLE color: 10409572.

HSL color Cylindrical-coordinate representation of color #64D69E: hue angle of 150.53º 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 #64D69E is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 214 158 -
CMYK 0.53 0 0.26 0.16
HSL 150.53º 0.58% 0.62% -
HSV(B) 150.53º 0.53% 0.84% -
XYZ 35.47 53.27 40.76 -
YUV 173.53 119.23 75.55 -
System Red Green Blue C M Y K H S L
Decimal 100 214 158 0.53 0 0.26 0.16 150.53 0.58 0.62
Hex 64 D6 9E 35 0 1A 10 97 3A 3E
Octal 144 326 236 65 0 32 20 227 72 76
Binary 1100100 11010110 10011110 110101 0 11010 10000 10010111 111010 111110

Color Harmonies of #64D69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D69E

Black with #64D69E

Text Example


Text Example

White with #64D69E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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