Html Css Color HEX #64DAB3 Medium Aquamarine

📋 copy color: '#64DAB3'

red 100 ◦ green 218 ◦ blue 179

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

Shades of Medium Aquamarine #64DAB3

Tints of Medium Aquamarine #64DAB3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.86%

 BLUE value IS 179 (70.31% from 255) = 36.02%

R = 20.12%
G = 43.86%
B = 36.02%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#64DAB3 (or 0x64DAB3) is known color: Medium Aquamarine. HEX triplet: 64, DA and B3. RGB value is (100,218,179). Sum of RGB (Red+Green+Blue) = 100+218+179=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #64DAB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DAB3 is #9B254C. Grayscale: #B2B2B2. Windows color (decimal): -10167629 or 11786852. OLE color: 11786852.

HSL color Cylindrical-coordinate representation of color #64DAB3: hue angle of 160.17º degrees, saturation: 0.61, 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 #64DAB3 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 218 179 -
CMYK 0.54 0 0.18 0.15
HSL 160.17º 0.61% 0.62% -
HSV(B) 160.17º 0.54% 0.85% -
XYZ 38.46 56.11 51.45 -
YUV 178.27 128.41 72.17 -
System Red Green Blue C M Y K H S L
Decimal 100 218 179 0.54 0 0.18 0.15 160.17 0.61 0.62
Hex 64 DA B3 36 0 12 F A0 3D 3E
Octal 144 332 263 66 0 22 17 240 75 76
Binary 1100100 11011010 10110011 110110 0 10010 1111 10100000 111101 111110

Color Harmonies of #64DAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DAB3

Black with #64DAB3

Text Example


Text Example

White with #64DAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,218,179); }

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

background-color css

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

 a { background-color: rgb(100,218,179); }

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

border-color css

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

 span { border-color: rgb(100,218,179); }

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