Html Css Color HEX #64EBA0 Medium Aquamarine

📋 copy color: '#64EBA0'

red 100 ◦ green 235 ◦ blue 160

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

Shades of Medium Aquamarine #64EBA0

Tints of Medium Aquamarine #64EBA0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.47%

 BLUE value IS 160 (62.89% from 255) = 32.32%

R = 20.2%
G = 47.47%
B = 32.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#64EBA0 (or 0x64EBA0) is known color: Medium Aquamarine. HEX triplet: 64, EB and A0. RGB value is (100,235,160). Sum of RGB (Red+Green+Blue) = 100+235+160=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EBA0 is #9B145F. Grayscale: #BABABA. Windows color (decimal): -10163296 or 10546020. OLE color: 10546020.

HSL color Cylindrical-coordinate representation of color #64EBA0: hue angle of 146.67º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EBA0 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 235 160 -
CMYK 0.57 0 0.32 0.08
HSL 146.67º 0.77% 0.66% -
HSV(B) 146.67º 0.57% 0.92% -
XYZ 41.31 64.66 43.56 -
YUV 186.09 113.27 66.6 -
System Red Green Blue C M Y K H S L
Decimal 100 235 160 0.57 0 0.32 0.08 146.67 0.77 0.66
Hex 64 EB A0 39 0 20 8 93 4D 42
Octal 144 353 240 71 0 40 10 223 115 102
Binary 1100100 11101011 10100000 111001 0 100000 1000 10010011 1001101 1000010

Color Harmonies of #64EBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EBA0

Black with #64EBA0

Text Example


Text Example

White with #64EBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,235,160); }

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

background-color css

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

 a { background-color: rgb(100,235,160); }

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

border-color css

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

 span { border-color: rgb(100,235,160); }

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