Html Css Color HEX #64D8A4 Medium Aquamarine

📋 copy color: '#64D8A4'

red 100 ◦ green 216 ◦ blue 164

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

Shades of Medium Aquamarine #64D8A4

Tints of Medium Aquamarine #64D8A4

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45%

 BLUE value IS 164 (64.45% from 255) = 34.17%

R = 20.83%
G = 45%
B = 34.17%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#64D8A4 (or 0x64D8A4) is known color: Medium Aquamarine. HEX triplet: 64, D8 and A4. RGB value is (100,216,164). Sum of RGB (Red+Green+Blue) = 100+216+164=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 216 (84.77% from 255 or 45% from 480); Blue value is 164 (64.45% from 255 or 34.17% from 480); Max value from RGB is 216 - color contains mainly: green. Hex color #64D8A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D8A4 is #9B275B. Grayscale: #AFAFAF. Windows color (decimal): -10168156 or 10803300. OLE color: 10803300.

HSL color Cylindrical-coordinate representation of color #64D8A4: hue angle of 153.1º degrees, saturation: 0.6, 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 #64D8A4 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 216 164 -
CMYK 0.54 0 0.24 0.15
HSL 153.1º 0.6% 0.62% -
HSV(B) 153.1º 0.54% 0.85% -
XYZ 36.51 54.5 43.72 -
YUV 175.39 121.57 74.23 -
System Red Green Blue C M Y K H S L
Decimal 100 216 164 0.54 0 0.24 0.15 153.1 0.6 0.62
Hex 64 D8 A4 36 0 18 F 99 3C 3E
Octal 144 330 244 66 0 30 17 231 74 76
Binary 1100100 11011000 10100100 110110 0 11000 1111 10011001 111100 111110

Color Harmonies of #64D8A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D8A4

Black with #64D8A4

Text Example


Text Example

White with #64D8A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,216,164); }

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

background-color css

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

 a { background-color: rgb(100,216,164); }

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

border-color css

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

 span { border-color: rgb(100,216,164); }

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