Html Css Color HEX #64CAA6 Medium Aquamarine

📋 copy color: '#64CAA6'

red 100 ◦ green 202 ◦ blue 166

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

Shades of Medium Aquamarine #64CAA6

Tints of Medium Aquamarine #64CAA6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.16%

 BLUE value IS 166 (65.23% from 255) = 35.47%

R = 21.37%
G = 43.16%
B = 35.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#64CAA6 (or 0x64CAA6) is known color: Medium Aquamarine. HEX triplet: 64, CA and A6. RGB value is (100,202,166). Sum of RGB (Red+Green+Blue) = 100+202+166=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #64CAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CAA6 is #9B3559. Grayscale: #A7A7A7. Windows color (decimal): -10171738 or 10930788. OLE color: 10930788.

HSL color Cylindrical-coordinate representation of color #64CAA6: hue angle of 158.82º degrees, saturation: 0.49, 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 #64CAA6 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 202 166 -
CMYK 0.50 0 0.18 0.21
HSL 158.82º 0.49% 0.59% -
HSV(B) 158.82º 0.5% 0.79% -
XYZ 33.26 47.7 43.53 -
YUV 167.4 127.21 79.93 -
System Red Green Blue C M Y K H S L
Decimal 100 202 166 0.50 0 0.18 0.21 158.82 0.49 0.59
Hex 64 CA A6 32 0 12 15 9F 31 3B
Octal 144 312 246 62 0 22 25 237 61 73
Binary 1100100 11001010 10100110 110010 0 10010 10101 10011111 110001 111011

Color Harmonies of #64CAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CAA6

Black with #64CAA6

Text Example


Text Example

White with #64CAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,202,166); }

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

background-color css

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

 a { background-color: rgb(100,202,166); }

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

border-color css

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

 span { border-color: rgb(100,202,166); }

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