Html Css Color HEX #64C9AC Medium Aquamarine

📋 copy color: '#64C9AC'

red 100 ◦ green 201 ◦ blue 172

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

Shades of Medium Aquamarine #64C9AC

Tints of Medium Aquamarine #64C9AC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.49%

 BLUE value IS 172 (67.58% from 255) = 36.36%

R = 21.14%
G = 42.49%
B = 36.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#64C9AC (or 0x64C9AC) is known color: Medium Aquamarine. HEX triplet: 64, C9 and AC. RGB value is (100,201,172). Sum of RGB (Red+Green+Blue) = 100+201+172=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #64C9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C9AC is #9B3653. Grayscale: #A7A7A7. Windows color (decimal): -10171988 or 11323748. OLE color: 11323748.

HSL color Cylindrical-coordinate representation of color #64C9AC: hue angle of 162.77º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C9AC is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 201 172 -
CMYK 0.50 0 0.14 0.21
HSL 162.77º 0.48% 0.59% -
HSV(B) 162.77º 0.5% 0.79% -
XYZ 33.59 47.46 46.42 -
YUV 167.5 130.54 79.86 -
System Red Green Blue C M Y K H S L
Decimal 100 201 172 0.50 0 0.14 0.21 162.77 0.48 0.59
Hex 64 C9 AC 32 0 E 15 A3 30 3B
Octal 144 311 254 62 0 16 25 243 60 73
Binary 1100100 11001001 10101100 110010 0 1110 10101 10100011 110000 111011

Color Harmonies of #64C9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C9AC

Black with #64C9AC

Text Example


Text Example

White with #64C9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,201,172); }

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

background-color css

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

 a { background-color: rgb(100,201,172); }

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

border-color css

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

 span { border-color: rgb(100,201,172); }

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