Html Css Color HEX #64E7A6 Medium Aquamarine

📋 copy color: '#64E7A6'

red 100 ◦ green 231 ◦ blue 166

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

Shades of Medium Aquamarine #64E7A6

Tints of Medium Aquamarine #64E7A6

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.48%

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

R = 20.12%
G = 46.48%
B = 33.4%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#64E7A6 (or 0x64E7A6) is known color: Medium Aquamarine. HEX triplet: 64, E7 and A6. RGB value is (100,231,166). Sum of RGB (Red+Green+Blue) = 100+231+166=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 231 - color contains mainly: green. Hex color #64E7A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64E7A6 is #9B1859. Grayscale: #B8B8B8. Windows color (decimal): -10164314 or 10938212. OLE color: 10938212.

HSL color Cylindrical-coordinate representation of color #64E7A6: hue angle of 150.23º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E7A6 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB 100 231 166 -
CMYK 0.57 0 0.28 0.09
HSL 150.23º 0.73% 0.65% -
HSV(B) 150.23º 0.57% 0.91% -
XYZ 40.71 62.61 46.02 -
YUV 184.42 117.6 67.79 -
System Red Green Blue C M Y K H S L
Decimal 100 231 166 0.57 0 0.28 0.09 150.23 0.73 0.65
Hex 64 E7 A6 39 0 1C 9 96 49 41
Octal 144 347 246 71 0 34 11 226 111 101
Binary 1100100 11100111 10100110 111001 0 11100 1001 10010110 1001001 1000001

Color Harmonies of #64E7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E7A6

Black with #64E7A6

Text Example


Text Example

White with #64E7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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