Html Css Color HEX #64D8A7 Medium Aquamarine

📋 copy color: '#64D8A7'

red 100 ◦ green 216 ◦ blue 167

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

Shades of Medium Aquamarine #64D8A7

Tints of Medium Aquamarine #64D8A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.58%

R = 20.7%
G = 44.72%
B = 34.58%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#64D8A7 (or 0x64D8A7) is known color: Medium Aquamarine. HEX triplet: 64, D8 and A7. RGB value is (100,216,167). Sum of RGB (Red+Green+Blue) = 100+216+167=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 167 (65.62% from 255 or 34.58% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #64D8A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D8A7 is #9B2758. Grayscale: #AFAFAF. Windows color (decimal): -10168153 or 10999908. OLE color: 10999908.

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

Color convert

RGB 100 216 167 -
CMYK 0.54 0 0.23 0.15
HSL 154.66º 0.6% 0.62% -
HSV(B) 154.66º 0.54% 0.85% -
XYZ 36.79 54.61 45.16 -
YUV 175.73 123.07 73.98 -
System Red Green Blue C M Y K H S L
Decimal 100 216 167 0.54 0 0.23 0.15 154.66 0.6 0.62
Hex 64 D8 A7 36 0 17 F 9B 3C 3E
Octal 144 330 247 66 0 27 17 233 74 76
Binary 1100100 11011000 10100111 110110 0 10111 1111 10011011 111100 111110

Color Harmonies of #64D8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D8A7

Black with #64D8A7

Text Example


Text Example

White with #64D8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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