Html Css Color HEX #64E697 Medium Aquamarine

📋 copy color: '#64E697'

red 100 ◦ green 230 ◦ blue 151

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

Shades of Medium Aquamarine #64E697

Tints of Medium Aquamarine #64E697

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.82%

 BLUE value IS 151 (59.38% from 255) = 31.39%

R = 20.79%
G = 47.82%
B = 31.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#64E697 (or 0x64E697) is known color: Medium Aquamarine. HEX triplet: 64, E6 and 97. RGB value is (100,230,151). Sum of RGB (Red+Green+Blue) = 100+230+151=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 230 - color contains mainly: green. Hex color #64E697 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64E697 is #9B1968. Grayscale: #B6B6B6. Windows color (decimal): -10164585 or 9954916. OLE color: 9954916.

HSL color Cylindrical-coordinate representation of color #64E697: hue angle of 143.54º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E697 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 230 151 -
CMYK 0.57 0 0.34 0.10
HSL 143.54º 0.72% 0.65% -
HSV(B) 143.54º 0.57% 0.9% -
XYZ 39.14 61.54 39.09 -
YUV 182.12 110.43 69.42 -
System Red Green Blue C M Y K H S L
Decimal 100 230 151 0.57 0 0.34 0.10 143.54 0.72 0.65
Hex 64 E6 97 39 0 22 A 90 48 41
Octal 144 346 227 71 0 42 12 220 110 101
Binary 1100100 11100110 10010111 111001 0 100010 1010 10010000 1001000 1000001

Color Harmonies of #64E697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E697

Black with #64E697

Text Example


Text Example

White with #64E697

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,230,151); }

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

background-color css

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

 a { background-color: rgb(100,230,151); }

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

border-color css

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

 span { border-color: rgb(100,230,151); }

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