Html Css Color HEX #64EBA3 Medium Aquamarine

📋 copy color: '#64EBA3'

red 100 ◦ green 235 ◦ blue 163

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

Shades of Medium Aquamarine #64EBA3

Tints of Medium Aquamarine #64EBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.73%

R = 20.08%
G = 47.19%
B = 32.73%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#64EBA3 (or 0x64EBA3) is known color: Medium Aquamarine. HEX triplet: 64, EB and A3. RGB value is (100,235,163). Sum of RGB (Red+Green+Blue) = 100+235+163=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 235 (92.19% from 255 or 47.19% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EBA3 is #9B145C. Grayscale: #BABABA. Windows color (decimal): -10163293 or 10742628. OLE color: 10742628.

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

Color convert

RGB 100 235 163 -
CMYK 0.57 0 0.31 0.08
HSL 148º 0.77% 0.66% -
HSV(B) 148º 0.57% 0.92% -
XYZ 41.57 64.77 44.96 -
YUV 186.43 114.77 66.35 -
System Red Green Blue C M Y K H S L
Decimal 100 235 163 0.57 0 0.31 0.08 148 0.77 0.66
Hex 64 EB A3 39 0 1F 8 94 4D 42
Octal 144 353 243 71 0 37 10 224 115 102
Binary 1100100 11101011 10100011 111001 0 11111 1000 10010100 1001101 1000010

Color Harmonies of #64EBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EBA3

Black with #64EBA3

Text Example


Text Example

White with #64EBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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