Html Css Color HEX #64EED1 Aquamarine

📋 copy color: '#64EED1'

red 100 ◦ green 238 ◦ blue 209

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

Shades of Aquamarine #64EED1

Tints of Aquamarine #64EED1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.51%

 BLUE value IS 209 (82.03% from 255) = 38.21%

R = 18.28%
G = 43.51%
B = 38.21%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#64EED1 (or 0x64EED1) is known color: Aquamarine. HEX triplet: 64, EE and D1. RGB value is (100,238,209). Sum of RGB (Red+Green+Blue) = 100+238+209=547 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.28% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #64EED1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EED1 is #9B112E. Grayscale: #C1C1C1. Windows color (decimal): -10162479 or 13758052. OLE color: 13758052.

HSL color Cylindrical-coordinate representation of color #64EED1: hue angle of 167.39º degrees, saturation: 0.8, 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 #64EED1 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 238 209 -
CMYK 0.58 0 0.12 0.07
HSL 167.39º 0.8% 0.66% -
HSV(B) 167.39º 0.58% 0.93% -
XYZ 47.34 68.46 71.04 -
YUV 193.43 136.78 61.36 -
System Red Green Blue C M Y K H S L
Decimal 100 238 209 0.58 0 0.12 0.07 167.39 0.8 0.66
Hex 64 EE D1 3A 0 C 7 A7 50 42
Octal 144 356 321 72 0 14 7 247 120 102
Binary 1100100 11101110 11010001 111010 0 1100 111 10100111 1010000 1000010

Color Harmonies of #64EED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EED1

Black with #64EED1

Text Example


Text Example

White with #64EED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,238,209); }

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

background-color css

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

 a { background-color: rgb(100,238,209); }

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

border-color css

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

 span { border-color: rgb(100,238,209); }

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