Html Css Color HEX #64DB99 Medium Aquamarine

📋 copy color: '#64DB99'

red 100 ◦ green 219 ◦ blue 153

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

Shades of Medium Aquamarine #64DB99

Tints of Medium Aquamarine #64DB99

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.4%

 BLUE value IS 153 (60.16% from 255) = 32.42%

R = 21.19%
G = 46.4%
B = 32.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#64DB99 (or 0x64DB99) is known color: Medium Aquamarine. HEX triplet: 64, DB and 99. RGB value is (100,219,153). Sum of RGB (Red+Green+Blue) = 100+219+153=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #64DB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DB99 is #9B2466. Grayscale: #B0B0B0. Windows color (decimal): -10167399 or 10083172. OLE color: 10083172.

HSL color Cylindrical-coordinate representation of color #64DB99: hue angle of 146.72º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DB99 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 219 153 -
CMYK 0.54 0 0.30 0.14
HSL 146.72º 0.62% 0.63% -
HSV(B) 146.72º 0.54% 0.86% -
XYZ 36.34 55.67 38.97 -
YUV 175.9 115.08 73.87 -
System Red Green Blue C M Y K H S L
Decimal 100 219 153 0.54 0 0.30 0.14 146.72 0.62 0.63
Hex 64 DB 99 36 0 1E E 93 3E 3F
Octal 144 333 231 66 0 36 16 223 76 77
Binary 1100100 11011011 10011001 110110 0 11110 1110 10010011 111110 111111

Color Harmonies of #64DB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DB99

Black with #64DB99

Text Example


Text Example

White with #64DB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,219,153); }

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

background-color css

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

 a { background-color: rgb(100,219,153); }

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

border-color css

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

 span { border-color: rgb(100,219,153); }

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