Html Css Color HEX #64FA9C Medium Aquamarine

📋 copy color: '#64FA9C'

red 100 ◦ green 250 ◦ blue 156

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

Shades of Medium Aquamarine #64FA9C

Tints of Medium Aquamarine #64FA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.83%

R = 19.76%
G = 49.41%
B = 30.83%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#64FA9C (or 0x64FA9C) is known color: Medium Aquamarine. HEX triplet: 64, FA and 9C. RGB value is (100,250,156). Sum of RGB (Red+Green+Blue) = 100+250+156=506 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.76% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FA9C is #9B0563. Grayscale: #C2C2C2. Windows color (decimal): -10159460 or 10287716. OLE color: 10287716.

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

Color convert

RGB 100 250 156 -
CMYK 0.6 0 0.38 0.02
HSL 142.4º 0.94% 0.69% -
HSV(B) 142.4º 0.6% 0.98% -
XYZ 45.44 73.48 43.24 -
YUV 194.43 106.31 60.64 -
System Red Green Blue C M Y K H S L
Decimal 100 250 156 0.6 0 0.38 0.02 142.4 0.94 0.69
Hex 64 FA 9C 3C 0 26 2 8E 5E 45
Octal 144 372 234 74 0 46 2 216 136 105
Binary 1100100 11111010 10011100 111100 0 100110 10 10001110 1011110 1000101

Color Harmonies of #64FA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FA9C

Black with #64FA9C

Text Example


Text Example

White with #64FA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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