Html Css Color HEX #64FAA5 Medium Aquamarine

📋 copy color: '#64FAA5'

red 100 ◦ green 250 ◦ blue 165

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

Shades of Medium Aquamarine #64FAA5

Tints of Medium Aquamarine #64FAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.04%

R = 19.42%
G = 48.54%
B = 32.04%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#64FAA5 (or 0x64FAA5) is known color: Medium Aquamarine. HEX triplet: 64, FA and A5. RGB value is (100,250,165). Sum of RGB (Red+Green+Blue) = 100+250+165=515 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.42% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FAA5 is #9B055A. Grayscale: #C3C3C3. Windows color (decimal): -10159451 or 10877540. OLE color: 10877540.

HSL color Cylindrical-coordinate representation of color #64FAA5: hue angle of 146º 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 #64FAA5 is Cyan = 0.6, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 250 165 -
CMYK 0.6 0 0.34 0.02
HSL 146º 0.94% 0.69% -
HSV(B) 146º 0.6% 0.98% -
XYZ 46.23 73.8 47.4 -
YUV 195.46 110.81 59.91 -
System Red Green Blue C M Y K H S L
Decimal 100 250 165 0.6 0 0.34 0.02 146 0.94 0.69
Hex 64 FA A5 3C 0 22 2 92 5E 45
Octal 144 372 245 74 0 42 2 222 136 105
Binary 1100100 11111010 10100101 111100 0 100010 10 10010010 1011110 1000101

Color Harmonies of #64FAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FAA5

Black with #64FAA5

Text Example


Text Example

White with #64FAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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