Html Css Color HEX #64CD9D Medium Aquamarine

📋 copy color: '#64CD9D'

red 100 ◦ green 205 ◦ blue 157

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

Shades of Medium Aquamarine #64CD9D

Tints of Medium Aquamarine #64CD9D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.37%

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

R = 21.65%
G = 44.37%
B = 33.98%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#64CD9D (or 0x64CD9D) is known color: Medium Aquamarine. HEX triplet: 64, CD and 9D. RGB value is (100,205,157). Sum of RGB (Red+Green+Blue) = 100+205+157=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CD9D is #9B3262. Grayscale: #A8A8A8. Windows color (decimal): -10170979 or 10341732. OLE color: 10341732.

HSL color Cylindrical-coordinate representation of color #64CD9D: hue angle of 152.57º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CD9D is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 205 157 -
CMYK 0.51 0 0.23 0.20
HSL 152.57º 0.51% 0.6% -
HSV(B) 152.57º 0.51% 0.8% -
XYZ 33.17 48.81 39.57 -
YUV 168.13 121.71 79.4 -
System Red Green Blue C M Y K H S L
Decimal 100 205 157 0.51 0 0.23 0.20 152.57 0.51 0.6
Hex 64 CD 9D 33 0 17 14 99 33 3C
Octal 144 315 235 63 0 27 24 231 63 74
Binary 1100100 11001101 10011101 110011 0 10111 10100 10011001 110011 111100

Color Harmonies of #64CD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CD9D

Black with #64CD9D

Text Example


Text Example

White with #64CD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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