Html Css Color HEX #64C3AF Medium Aquamarine

📋 copy color: '#64C3AF'

red 100 ◦ green 195 ◦ blue 175

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

Shades of Medium Aquamarine #64C3AF

Tints of Medium Aquamarine #64C3AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.23%

R = 21.28%
G = 41.49%
B = 37.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#64C3AF (or 0x64C3AF) is known color: Medium Aquamarine. HEX triplet: 64, C3 and AF. RGB value is (100,195,175). Sum of RGB (Red+Green+Blue) = 100+195+175=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #64C3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C3AF is #9B3C50. Grayscale: #A4A4A4. Windows color (decimal): -10173521 or 11518820. OLE color: 11518820.

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

Color convert

RGB 100 195 175 -
CMYK 0.49 0 0.10 0.24
HSL 167.37º 0.44% 0.58% -
HSV(B) 167.37º 0.49% 0.76% -
XYZ 32.51 44.83 47.5 -
YUV 164.32 134.03 82.13 -
System Red Green Blue C M Y K H S L
Decimal 100 195 175 0.49 0 0.10 0.24 167.37 0.44 0.58
Hex 64 C3 AF 31 0 A 18 A7 2C 3A
Octal 144 303 257 61 0 12 30 247 54 72
Binary 1100100 11000011 10101111 110001 0 1010 11000 10100111 101100 111010

Color Harmonies of #64C3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C3AF

Black with #64C3AF

Text Example


Text Example

White with #64C3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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