Html Css Color HEX #64CCAB Medium Aquamarine

📋 copy color: '#64CCAB'

red 100 ◦ green 204 ◦ blue 171

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

Shades of Medium Aquamarine #64CCAB

Tints of Medium Aquamarine #64CCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36%

R = 21.05%
G = 42.95%
B = 36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#64CCAB (or 0x64CCAB) is known color: Medium Aquamarine. HEX triplet: 64, CC and AB. RGB value is (100,204,171). Sum of RGB (Red+Green+Blue) = 100+204+171=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #64CCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CCAB is #9B3354. Grayscale: #A9A9A9. Windows color (decimal): -10171221 or 11258980. OLE color: 11258980.

HSL color Cylindrical-coordinate representation of color #64CCAB: hue angle of 160.96º 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 #64CCAB is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 204 171 -
CMYK 0.51 0 0.16 0.2
HSL 160.96º 0.5% 0.6% -
HSV(B) 160.96º 0.51% 0.8% -
XYZ 34.2 48.84 46.15 -
YUV 169.14 129.04 78.68 -
System Red Green Blue C M Y K H S L
Decimal 100 204 171 0.51 0 0.16 0.2 160.96 0.5 0.6
Hex 64 CC AB 33 0 10 14 A1 32 3C
Octal 144 314 253 63 0 20 24 241 62 74
Binary 1100100 11001100 10101011 110011 0 10000 10100 10100001 110010 111100

Color Harmonies of #64CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CCAB

Black with #64CCAB

Text Example


Text Example

White with #64CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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