Html Css Color HEX #64CEA6 Medium Aquamarine

📋 copy color: '#64CEA6'

red 100 ◦ green 206 ◦ blue 166

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

Shades of Medium Aquamarine #64CEA6

Tints of Medium Aquamarine #64CEA6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.64%

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

R = 21.19%
G = 43.64%
B = 35.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#64CEA6 (or 0x64CEA6) is known color: Medium Aquamarine. HEX triplet: 64, CE and A6. RGB value is (100,206,166). Sum of RGB (Red+Green+Blue) = 100+206+166=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #64CEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CEA6 is #9B3159. Grayscale: #A9A9A9. Windows color (decimal): -10170714 or 10931812. OLE color: 10931812.

HSL color Cylindrical-coordinate representation of color #64CEA6: hue angle of 157.36º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CEA6 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 206 166 -
CMYK 0.51 0 0.19 0.19
HSL 157.36º 0.52% 0.6% -
HSV(B) 157.36º 0.51% 0.81% -
XYZ 34.21 49.61 43.85 -
YUV 169.75 125.88 78.25 -
System Red Green Blue C M Y K H S L
Decimal 100 206 166 0.51 0 0.19 0.19 157.36 0.52 0.6
Hex 64 CE A6 33 0 13 13 9D 34 3C
Octal 144 316 246 63 0 23 23 235 64 74
Binary 1100100 11001110 10100110 110011 0 10011 10011 10011101 110100 111100

Color Harmonies of #64CEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CEA6

Black with #64CEA6

Text Example


Text Example

White with #64CEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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