Html Css Color HEX #64E696 Medium Aquamarine

📋 copy color: '#64E696'

red 100 ◦ green 230 ◦ blue 150

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

Shades of Medium Aquamarine #64E696

Tints of Medium Aquamarine #64E696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.25%

R = 20.83%
G = 47.92%
B = 31.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#64E696 (or 0x64E696) is known color: Medium Aquamarine. HEX triplet: 64, E6 and 96. RGB value is (100,230,150). Sum of RGB (Red+Green+Blue) = 100+230+150=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 230 - color contains mainly: green. Hex color #64E696 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64E696 is #9B1969. Grayscale: #B6B6B6. Windows color (decimal): -10164586 or 9889380. OLE color: 9889380.

HSL color Cylindrical-coordinate representation of color #64E696: hue angle of 143.08º 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 #64E696 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 230 150 -
CMYK 0.57 0 0.35 0.10
HSL 143.08º 0.72% 0.65% -
HSV(B) 143.08º 0.57% 0.9% -
XYZ 39.06 61.5 38.67 -
YUV 182.01 109.93 69.5 -
System Red Green Blue C M Y K H S L
Decimal 100 230 150 0.57 0 0.35 0.10 143.08 0.72 0.65
Hex 64 E6 96 39 0 23 A 8F 48 41
Octal 144 346 226 71 0 43 12 217 110 101
Binary 1100100 11100110 10010110 111001 0 100011 1010 10001111 1001000 1000001

Color Harmonies of #64E696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E696

Black with #64E696

Text Example


Text Example

White with #64E696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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