Html Css Color HEX #64CD9C Medium Aquamarine

📋 copy color: '#64CD9C'

red 100 ◦ green 205 ◦ blue 156

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

Shades of Medium Aquamarine #64CD9C

Tints of Medium Aquamarine #64CD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.84%

R = 21.69%
G = 44.47%
B = 33.84%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#64CD9C (or 0x64CD9C) is known color: Medium Aquamarine. HEX triplet: 64, CD and 9C. RGB value is (100,205,156). Sum of RGB (Red+Green+Blue) = 100+205+156=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #64CD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CD9C is #9B3263. Grayscale: #A8A8A8. Windows color (decimal): -10170980 or 10276196. OLE color: 10276196.

HSL color Cylindrical-coordinate representation of color #64CD9C: hue angle of 152º 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 #64CD9C is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 205 156 -
CMYK 0.51 0 0.24 0.20
HSL 152º 0.51% 0.6% -
HSV(B) 152º 0.51% 0.8% -
XYZ 33.09 48.77 39.12 -
YUV 168.02 121.21 79.48 -
System Red Green Blue C M Y K H S L
Decimal 100 205 156 0.51 0 0.24 0.20 152 0.51 0.6
Hex 64 CD 9C 33 0 18 14 98 33 3C
Octal 144 315 234 63 0 30 24 230 63 74
Binary 1100100 11001101 10011100 110011 0 11000 10100 10011000 110011 111100

Color Harmonies of #64CD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CD9C

Black with #64CD9C

Text Example


Text Example

White with #64CD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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