Html Css Color HEX #64EFB5 Medium Aquamarine

📋 copy color: '#64EFB5'

red 100 ◦ green 239 ◦ blue 181

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

Shades of Medium Aquamarine #64EFB5

Tints of Medium Aquamarine #64EFB5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.96%

 BLUE value IS 181 (71.09% from 255) = 34.81%

R = 19.23%
G = 45.96%
B = 34.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#64EFB5 (or 0x64EFB5) is known color: Medium Aquamarine. HEX triplet: 64, EF and B5. RGB value is (100,239,181). Sum of RGB (Red+Green+Blue) = 100+239+181=520 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.23% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EFB5 is #9B104A. Grayscale: #BEBEBE. Windows color (decimal): -10162251 or 11923300. OLE color: 11923300.

HSL color Cylindrical-coordinate representation of color #64EFB5: hue angle of 154.96º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EFB5 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 239 181 -
CMYK 0.58 0 0.24 0.06
HSL 154.96º 0.81% 0.66% -
HSV(B) 154.96º 0.58% 0.94% -
XYZ 44.46 67.78 54.46 -
YUV 190.83 122.45 63.22 -
System Red Green Blue C M Y K H S L
Decimal 100 239 181 0.58 0 0.24 0.06 154.96 0.81 0.66
Hex 64 EF B5 3A 0 18 6 9B 51 42
Octal 144 357 265 72 0 30 6 233 121 102
Binary 1100100 11101111 10110101 111010 0 11000 110 10011011 1010001 1000010

Color Harmonies of #64EFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EFB5

Black with #64EFB5

Text Example


Text Example

White with #64EFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,239,181); }

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

background-color css

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

 a { background-color: rgb(100,239,181); }

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

border-color css

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

 span { border-color: rgb(100,239,181); }

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