Html Css Color HEX #64DDAF Medium Aquamarine

📋 copy color: '#64DDAF'

red 100 ◦ green 221 ◦ blue 175

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

Shades of Medium Aquamarine #64DDAF

Tints of Medium Aquamarine #64DDAF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.56%

 BLUE value IS 175 (68.75% from 255) = 35.28%

R = 20.16%
G = 44.56%
B = 35.28%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#64DDAF (or 0x64DDAF) is known color: Medium Aquamarine. HEX triplet: 64, DD and AF. RGB value is (100,221,175). Sum of RGB (Red+Green+Blue) = 100+221+175=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DDAF is #9B2250. Grayscale: #B3B3B3. Windows color (decimal): -10166865 or 11525476. OLE color: 11525476.

HSL color Cylindrical-coordinate representation of color #64DDAF: hue angle of 157.19º degrees, saturation: 0.64, 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 #64DDAF is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 221 175 -
CMYK 0.55 0 0.21 0.13
HSL 157.19º 0.64% 0.63% -
HSV(B) 157.19º 0.55% 0.87% -
XYZ 38.85 57.52 49.61 -
YUV 179.58 125.41 71.24 -
System Red Green Blue C M Y K H S L
Decimal 100 221 175 0.55 0 0.21 0.13 157.19 0.64 0.63
Hex 64 DD AF 37 0 15 D 9D 40 3F
Octal 144 335 257 67 0 25 15 235 100 77
Binary 1100100 11011101 10101111 110111 0 10101 1101 10011101 1000000 111111

Color Harmonies of #64DDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DDAF

Black with #64DDAF

Text Example


Text Example

White with #64DDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,221,175); }

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

background-color css

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

 a { background-color: rgb(100,221,175); }

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

border-color css

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

 span { border-color: rgb(100,221,175); }

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