Html Css Color HEX #64FAA7 Medium Aquamarine

📋 copy color: '#64FAA7'

red 100 ◦ green 250 ◦ blue 167

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

Shades of Medium Aquamarine #64FAA7

Tints of Medium Aquamarine #64FAA7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.36%

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

R = 19.34%
G = 48.36%
B = 32.3%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#64FAA7 (or 0x64FAA7) is known color: Medium Aquamarine. HEX triplet: 64, FA and A7. RGB value is (100,250,167). Sum of RGB (Red+Green+Blue) = 100+250+167=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FAA7 is #9B0558. Grayscale: #C3C3C3. Windows color (decimal): -10159449 or 11008612. OLE color: 11008612.

HSL color Cylindrical-coordinate representation of color #64FAA7: hue angle of 146.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FAA7 is Cyan = 0.6, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 250 167 -
CMYK 0.6 0 0.33 0.02
HSL 146.8º 0.94% 0.69% -
HSV(B) 146.8º 0.6% 0.98% -
XYZ 46.42 73.87 48.37 -
YUV 195.69 111.81 59.75 -
System Red Green Blue C M Y K H S L
Decimal 100 250 167 0.6 0 0.33 0.02 146.8 0.94 0.69
Hex 64 FA A7 3C 0 21 2 93 5E 45
Octal 144 372 247 74 0 41 2 223 136 105
Binary 1100100 11111010 10100111 111100 0 100001 10 10010011 1011110 1000101

Color Harmonies of #64FAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FAA7

Black with #64FAA7

Text Example


Text Example

White with #64FAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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