Html Css Color HEX #64EDB4 Medium Aquamarine

📋 copy color: '#64EDB4'

red 100 ◦ green 237 ◦ blue 180

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

Shades of Medium Aquamarine #64EDB4

Tints of Medium Aquamarine #64EDB4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.84%

 BLUE value IS 180 (70.7% from 255) = 34.82%

R = 19.34%
G = 45.84%
B = 34.82%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#64EDB4 (or 0x64EDB4) is known color: Medium Aquamarine. HEX triplet: 64, ED and B4. RGB value is (100,237,180). Sum of RGB (Red+Green+Blue) = 100+237+180=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #64EDB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EDB4 is #9B124B. Grayscale: #BDBDBD. Windows color (decimal): -10162764 or 11857252. OLE color: 11857252.

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

Color convert

RGB 100 237 180 -
CMYK 0.58 0 0.24 0.07
HSL 155.04º 0.79% 0.66% -
HSV(B) 155.04º 0.58% 0.93% -
XYZ 43.78 66.57 53.72 -
YUV 189.54 122.61 64.13 -
System Red Green Blue C M Y K H S L
Decimal 100 237 180 0.58 0 0.24 0.07 155.04 0.79 0.66
Hex 64 ED B4 3A 0 18 7 9B 4F 42
Octal 144 355 264 72 0 30 7 233 117 102
Binary 1100100 11101101 10110100 111010 0 11000 111 10011011 1001111 1000010

Color Harmonies of #64EDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EDB4

Black with #64EDB4

Text Example


Text Example

White with #64EDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,237,180); }

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

background-color css

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

 a { background-color: rgb(100,237,180); }

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

border-color css

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

 span { border-color: rgb(100,237,180); }

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