Html Css Color HEX #64FF9D Medium Aquamarine

📋 copy color: '#64FF9D'

red 100 ◦ green 255 ◦ blue 157

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

Shades of Medium Aquamarine #64FF9D

Tints of Medium Aquamarine #64FF9D

RGB

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

 GREEN value IS 255 (100% from 255) = 49.8%

 BLUE value IS 157 (61.72% from 255) = 30.66%

R = 19.53%
G = 49.8%
B = 30.66%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#64FF9D (or 0x64FF9D) is known color: Medium Aquamarine. HEX triplet: 64, FF and 9D. RGB value is (100,255,157). Sum of RGB (Red+Green+Blue) = 100+255+157=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #64FF9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FF9D is #9B0062. Grayscale: #C5C5C5. Windows color (decimal): -10158179 or 10354532. OLE color: 10354532.

HSL color Cylindrical-coordinate representation of color #64FF9D: hue angle of 142.06º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FF9D is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB 100 255 157 -
CMYK 0.61 0 0.38 0
HSL 142.06º 1% 0.7% -
HSV(B) 142.06º 0.61% 1% -
XYZ 47.1 76.66 44.21 -
YUV 197.48 105.15 58.47 -
System Red Green Blue C M Y K H S L
Decimal 100 255 157 0.61 0 0.38 0 142.06 1 0.7
Hex 64 FF 9D 3D 0 26 0 8E 64 46
Octal 144 377 235 75 0 46 0 216 144 106
Binary 1100100 11111111 10011101 111101 0 100110 0 10001110 1100100 1000110

Color Harmonies of #64FF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FF9D

Black with #64FF9D

Text Example


Text Example

White with #64FF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,255,157); }

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

background-color css

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

 a { background-color: rgb(100,255,157); }

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

border-color css

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

 span { border-color: rgb(100,255,157); }

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