Html Css Color HEX #64D09D Medium Aquamarine

📋 copy color: '#64D09D'

red 100 ◦ green 208 ◦ blue 157

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

Shades of Medium Aquamarine #64D09D

Tints of Medium Aquamarine #64D09D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 44.73%

 BLUE value IS 157 (61.72% from 255) = 33.76%

R = 21.51%
G = 44.73%
B = 33.76%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#64D09D (or 0x64D09D) is known color: Medium Aquamarine. HEX triplet: 64, D0 and 9D. RGB value is (100,208,157). Sum of RGB (Red+Green+Blue) = 100+208+157=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #64D09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D09D is #9B2F62. Grayscale: #A9A9A9. Windows color (decimal): -10170211 or 10342500. OLE color: 10342500.

HSL color Cylindrical-coordinate representation of color #64D09D: hue angle of 151.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D09D is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 208 157 -
CMYK 0.52 0 0.25 0.18
HSL 151.67º 0.53% 0.6% -
HSV(B) 151.67º 0.52% 0.82% -
XYZ 33.9 50.26 39.81 -
YUV 169.89 120.72 78.15 -
System Red Green Blue C M Y K H S L
Decimal 100 208 157 0.52 0 0.25 0.18 151.67 0.53 0.6
Hex 64 D0 9D 34 0 19 12 98 35 3C
Octal 144 320 235 64 0 31 22 230 65 74
Binary 1100100 11010000 10011101 110100 0 11001 10010 10011000 110101 111100

Color Harmonies of #64D09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D09D

Black with #64D09D

Text Example


Text Example

White with #64D09D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,208,157); }

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

background-color css

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

 a { background-color: rgb(100,208,157); }

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

border-color css

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

 span { border-color: rgb(100,208,157); }

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