Html Css Color HEX #64F3A6 Medium Aquamarine

📋 copy color: '#64F3A6'

red 100 ◦ green 243 ◦ blue 166

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

Shades of Medium Aquamarine #64F3A6

Tints of Medium Aquamarine #64F3A6

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.74%

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

R = 19.65%
G = 47.74%
B = 32.61%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#64F3A6 (or 0x64F3A6) is known color: Medium Aquamarine. HEX triplet: 64, F3 and A6. RGB value is (100,243,166). Sum of RGB (Red+Green+Blue) = 100+243+166=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 166 (65.23% from 255 or 32.61% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #64F3A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F3A6 is #9B0C59. Grayscale: #BFBFBF. Windows color (decimal): -10161242 or 10941284. OLE color: 10941284.

HSL color Cylindrical-coordinate representation of color #64F3A6: hue angle of 147.69º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F3A6 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 243 166 -
CMYK 0.59 0 0.32 0.05
HSL 147.69º 0.86% 0.67% -
HSV(B) 147.69º 0.59% 0.95% -
XYZ 44.19 69.56 47.17 -
YUV 191.47 113.62 62.76 -
System Red Green Blue C M Y K H S L
Decimal 100 243 166 0.59 0 0.32 0.05 147.69 0.86 0.67
Hex 64 F3 A6 3B 0 20 5 94 56 43
Octal 144 363 246 73 0 40 5 224 126 103
Binary 1100100 11110011 10100110 111011 0 100000 101 10010100 1010110 1000011

Color Harmonies of #64F3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F3A6

Black with #64F3A6

Text Example


Text Example

White with #64F3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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