Html Css Color HEX #64FA99 Medium Aquamarine

📋 copy color: '#64FA99'

red 100 ◦ green 250 ◦ blue 153

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

Shades of Medium Aquamarine #64FA99

Tints of Medium Aquamarine #64FA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.42%

R = 19.88%
G = 49.7%
B = 30.42%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#64FA99 (or 0x64FA99) is known color: Medium Aquamarine. HEX triplet: 64, FA and 99. RGB value is (100,250,153). Sum of RGB (Red+Green+Blue) = 100+250+153=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #64FA99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FA99 is #9B0566. Grayscale: #C2C2C2. Windows color (decimal): -10159463 or 10091108. OLE color: 10091108.

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

Color convert

RGB 100 250 153 -
CMYK 0.6 0 0.39 0.02
HSL 141.2º 0.94% 0.69% -
HSV(B) 141.2º 0.6% 0.98% -
XYZ 45.19 73.38 41.92 -
YUV 194.09 104.81 60.89 -
System Red Green Blue C M Y K H S L
Decimal 100 250 153 0.6 0 0.39 0.02 141.2 0.94 0.69
Hex 64 FA 99 3C 0 27 2 8D 5E 45
Octal 144 372 231 74 0 47 2 215 136 105
Binary 1100100 11111010 10011001 111100 0 100111 10 10001101 1011110 1000101

Color Harmonies of #64FA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64FA99

Black with #64FA99

Text Example


Text Example

White with #64FA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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