Html Css Color HEX #64DA99 Medium Aquamarine

📋 copy color: '#64DA99'

red 100 ◦ green 218 ◦ blue 153

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

Shades of Medium Aquamarine #64DA99

Tints of Medium Aquamarine #64DA99

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.28%

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

R = 21.23%
G = 46.28%
B = 32.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#64DA99 (or 0x64DA99) is known color: Medium Aquamarine. HEX triplet: 64, DA and 99. RGB value is (100,218,153). Sum of RGB (Red+Green+Blue) = 100+218+153=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DA99 is #9B2566. Grayscale: #AFAFAF. Windows color (decimal): -10167655 or 10082916. OLE color: 10082916.

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

Color convert

RGB 100 218 153 -
CMYK 0.54 0 0.30 0.15
HSL 146.95º 0.61% 0.62% -
HSV(B) 146.95º 0.54% 0.85% -
XYZ 36.08 55.15 38.88 -
YUV 175.31 115.41 74.29 -
System Red Green Blue C M Y K H S L
Decimal 100 218 153 0.54 0 0.30 0.15 146.95 0.61 0.62
Hex 64 DA 99 36 0 1E F 93 3D 3E
Octal 144 332 231 66 0 36 17 223 75 76
Binary 1100100 11011010 10011001 110110 0 11110 1111 10010011 111101 111110

Color Harmonies of #64DA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DA99

Black with #64DA99

Text Example


Text Example

White with #64DA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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