Html Css Color HEX #64F8A6 Medium Aquamarine

📋 copy color: '#64F8A6'

red 100 ◦ green 248 ◦ blue 166

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

Shades of Medium Aquamarine #64F8A6

Tints of Medium Aquamarine #64F8A6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.25%

 BLUE value IS 166 (65.23% from 255) = 32.3%

R = 19.46%
G = 48.25%
B = 32.3%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#64F8A6 (or 0x64F8A6) is known color: Medium Aquamarine. HEX triplet: 64, F8 and A6. RGB value is (100,248,166). Sum of RGB (Red+Green+Blue) = 100+248+166=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 166 (65.23% from 255 or 32.30% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #64F8A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F8A6 is #9B0759. Grayscale: #C2C2C2. Windows color (decimal): -10159962 or 10942564. OLE color: 10942564.

HSL color Cylindrical-coordinate representation of color #64F8A6: hue angle of 146.76º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F8A6 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 100 248 166 -
CMYK 0.60 0 0.33 0.03
HSL 146.76º 0.91% 0.68% -
HSV(B) 146.76º 0.6% 0.97% -
XYZ 45.71 72.6 47.68 -
YUV 194.4 111.97 60.67 -
System Red Green Blue C M Y K H S L
Decimal 100 248 166 0.60 0 0.33 0.03 146.76 0.91 0.68
Hex 64 F8 A6 3C 0 21 3 93 5B 44
Octal 144 370 246 74 0 41 3 223 133 104
Binary 1100100 11111000 10100110 111100 0 100001 11 10010011 1011011 1000100

Color Harmonies of #64F8A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F8A6

Black with #64F8A6

Text Example


Text Example

White with #64F8A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,248,166); }

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

background-color css

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

 a { background-color: rgb(100,248,166); }

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

border-color css

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

 span { border-color: rgb(100,248,166); }

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