Html Css Color HEX #64CCAE Medium Aquamarine

📋 copy color: '#64CCAE'

red 100 ◦ green 204 ◦ blue 174

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

Shades of Medium Aquamarine #64CCAE

Tints of Medium Aquamarine #64CCAE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.68%

 BLUE value IS 174 (68.36% from 255) = 36.4%

R = 20.92%
G = 42.68%
B = 36.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#64CCAE (or 0x64CCAE) is known color: Medium Aquamarine. HEX triplet: 64, CC and AE. RGB value is (100,204,174). Sum of RGB (Red+Green+Blue) = 100+204+174=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #64CCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CCAE is #9B3351. Grayscale: #A9A9A9. Windows color (decimal): -10171218 or 11455588. OLE color: 11455588.

HSL color Cylindrical-coordinate representation of color #64CCAE: hue angle of 162.69º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CCAE is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 204 174 -
CMYK 0.51 0 0.15 0.2
HSL 162.69º 0.5% 0.6% -
HSV(B) 162.69º 0.51% 0.8% -
XYZ 34.49 48.95 47.68 -
YUV 169.48 130.54 78.44 -
System Red Green Blue C M Y K H S L
Decimal 100 204 174 0.51 0 0.15 0.2 162.69 0.5 0.6
Hex 64 CC AE 33 0 F 14 A3 32 3C
Octal 144 314 256 63 0 17 24 243 62 74
Binary 1100100 11001100 10101110 110011 0 1111 10100 10100011 110010 111100

Color Harmonies of #64CCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CCAE

Black with #64CCAE

Text Example


Text Example

White with #64CCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,204,174); }

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

background-color css

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

 a { background-color: rgb(100,204,174); }

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

border-color css

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

 span { border-color: rgb(100,204,174); }

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