Html Css Color HEX #64EBA6 Medium Aquamarine

📋 copy color: '#64EBA6'

red 100 ◦ green 235 ◦ blue 166

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

Shades of Medium Aquamarine #64EBA6

Tints of Medium Aquamarine #64EBA6

RGB

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

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

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

R = 19.96%
G = 46.91%
B = 33.13%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#64EBA6 (or 0x64EBA6) is known color: Medium Aquamarine. HEX triplet: 64, EB and A6. RGB value is (100,235,166). Sum of RGB (Red+Green+Blue) = 100+235+166=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EBA6 is #9B1459. Grayscale: #BABABA. Windows color (decimal): -10163290 or 10939236. OLE color: 10939236.

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

Color convert

RGB 100 235 166 -
CMYK 0.57 0 0.29 0.08
HSL 149.33º 0.77% 0.66% -
HSV(B) 149.33º 0.57% 0.92% -
XYZ 41.85 64.88 46.39 -
YUV 186.77 116.27 66.11 -
System Red Green Blue C M Y K H S L
Decimal 100 235 166 0.57 0 0.29 0.08 149.33 0.77 0.66
Hex 64 EB A6 39 0 1D 8 95 4D 42
Octal 144 353 246 71 0 35 10 225 115 102
Binary 1100100 11101011 10100110 111001 0 11101 1000 10010101 1001101 1000010

Color Harmonies of #64EBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EBA6

Black with #64EBA6

Text Example


Text Example

White with #64EBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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