Html Css Color HEX #64D8A1 Medium Aquamarine

📋 copy color: '#64D8A1'

red 100 ◦ green 216 ◦ blue 161

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

Shades of Medium Aquamarine #64D8A1

Tints of Medium Aquamarine #64D8A1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.28%

 BLUE value IS 161 (63.28% from 255) = 33.75%

R = 20.96%
G = 45.28%
B = 33.75%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#64D8A1 (or 0x64D8A1) is known color: Medium Aquamarine. HEX triplet: 64, D8 and A1. RGB value is (100,216,161). Sum of RGB (Red+Green+Blue) = 100+216+161=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #64D8A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D8A1 is #9B275E. Grayscale: #AFAFAF. Windows color (decimal): -10168159 or 10606692. OLE color: 10606692.

HSL color Cylindrical-coordinate representation of color #64D8A1: hue angle of 151.55º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64D8A1 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 216 161 -
CMYK 0.54 0 0.25 0.15
HSL 151.55º 0.6% 0.62% -
HSV(B) 151.55º 0.54% 0.85% -
XYZ 36.24 54.39 42.31 -
YUV 175.05 120.07 74.47 -
System Red Green Blue C M Y K H S L
Decimal 100 216 161 0.54 0 0.25 0.15 151.55 0.6 0.62
Hex 64 D8 A1 36 0 19 F 98 3C 3E
Octal 144 330 241 66 0 31 17 230 74 76
Binary 1100100 11011000 10100001 110110 0 11001 1111 10011000 111100 111110

Color Harmonies of #64D8A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D8A1

Black with #64D8A1

Text Example


Text Example

White with #64D8A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,216,161); }

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

background-color css

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

 a { background-color: rgb(100,216,161); }

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

border-color css

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

 span { border-color: rgb(100,216,161); }

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