Html Css Color HEX #64DEAE Medium Aquamarine

📋 copy color: '#64DEAE'

red 100 ◦ green 222 ◦ blue 174

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

Shades of Medium Aquamarine #64DEAE

Tints of Medium Aquamarine #64DEAE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.76%

 BLUE value IS 174 (68.36% from 255) = 35.08%

R = 20.16%
G = 44.76%
B = 35.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#64DEAE (or 0x64DEAE) is known color: Medium Aquamarine. HEX triplet: 64, DE and AE. RGB value is (100,222,174). Sum of RGB (Red+Green+Blue) = 100+222+174=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #64DEAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DEAE is #9B2151. Grayscale: #B4B4B4. Windows color (decimal): -10166610 or 11460196. OLE color: 11460196.

HSL color Cylindrical-coordinate representation of color #64DEAE: hue angle of 156.39º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DEAE is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 222 174 -
CMYK 0.55 0 0.22 0.13
HSL 156.39º 0.65% 0.63% -
HSV(B) 156.39º 0.55% 0.87% -
XYZ 39.02 58.01 49.18 -
YUV 180.05 124.58 70.9 -
System Red Green Blue C M Y K H S L
Decimal 100 222 174 0.55 0 0.22 0.13 156.39 0.65 0.63
Hex 64 DE AE 37 0 16 D 9C 41 3F
Octal 144 336 256 67 0 26 15 234 101 77
Binary 1100100 11011110 10101110 110111 0 10110 1101 10011100 1000001 111111

Color Harmonies of #64DEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DEAE

Black with #64DEAE

Text Example


Text Example

White with #64DEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,222,174); }

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

background-color css

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

 a { background-color: rgb(100,222,174); }

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

border-color css

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

 span { border-color: rgb(100,222,174); }

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