Html Css Color HEX #64D7B2 Medium Aquamarine

📋 copy color: '#64D7B2'

red 100 ◦ green 215 ◦ blue 178

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

Shades of Medium Aquamarine #64D7B2

Tints of Medium Aquamarine #64D7B2

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.61%

 BLUE value IS 178 (69.92% from 255) = 36.11%

R = 20.28%
G = 43.61%
B = 36.11%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#64D7B2 (or 0x64D7B2) is known color: Medium Aquamarine. HEX triplet: 64, D7 and B2. RGB value is (100,215,178). Sum of RGB (Red+Green+Blue) = 100+215+178=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 178 (69.92% from 255 or 36.11% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #64D7B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D7B2 is #9B284D. Grayscale: #B0B0B0. Windows color (decimal): -10168398 or 11720548. OLE color: 11720548.

HSL color Cylindrical-coordinate representation of color #64D7B2: hue angle of 160.7º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D7B2 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 215 178 -
CMYK 0.53 0 0.17 0.16
HSL 160.7º 0.59% 0.62% -
HSV(B) 160.7º 0.53% 0.84% -
XYZ 37.59 54.52 50.66 -
YUV 176.4 128.9 73.51 -
System Red Green Blue C M Y K H S L
Decimal 100 215 178 0.53 0 0.17 0.16 160.7 0.59 0.62
Hex 64 D7 B2 35 0 11 10 A1 3B 3E
Octal 144 327 262 65 0 21 20 241 73 76
Binary 1100100 11010111 10110010 110101 0 10001 10000 10100001 111011 111110

Color Harmonies of #64D7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D7B2

Black with #64D7B2

Text Example


Text Example

White with #64D7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,215,178); }

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

background-color css

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

 a { background-color: rgb(100,215,178); }

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

border-color css

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

 span { border-color: rgb(100,215,178); }

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