Html Css Color HEX #64C3A9 Medium Aquamarine

📋 copy color: '#64C3A9'

red 100 ◦ green 195 ◦ blue 169

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

Shades of Medium Aquamarine #64C3A9

Tints of Medium Aquamarine #64C3A9

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.03%

 BLUE value IS 169 (66.41% from 255) = 36.42%

R = 21.55%
G = 42.03%
B = 36.42%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#64C3A9 (or 0x64C3A9) is known color: Medium Aquamarine. HEX triplet: 64, C3 and A9. RGB value is (100,195,169). Sum of RGB (Red+Green+Blue) = 100+195+169=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #64C3A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C3A9 is #9B3C56. Grayscale: #A3A3A3. Windows color (decimal): -10173527 or 11125604. OLE color: 11125604.

HSL color Cylindrical-coordinate representation of color #64C3A9: hue angle of 163.58º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C3A9 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 100 195 169 -
CMYK 0.49 0 0.13 0.24
HSL 163.58º 0.44% 0.58% -
HSV(B) 163.58º 0.49% 0.76% -
XYZ 31.93 44.6 44.46 -
YUV 163.63 131.03 82.61 -
System Red Green Blue C M Y K H S L
Decimal 100 195 169 0.49 0 0.13 0.24 163.58 0.44 0.58
Hex 64 C3 A9 31 0 D 18 A4 2C 3A
Octal 144 303 251 61 0 15 30 244 54 72
Binary 1100100 11000011 10101001 110001 0 1101 11000 10100100 101100 111010

Color Harmonies of #64C3A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C3A9

Black with #64C3A9

Text Example


Text Example

White with #64C3A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,195,169); }

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

background-color css

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

 a { background-color: rgb(100,195,169); }

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

border-color css

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

 span { border-color: rgb(100,195,169); }

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