Html Css Color HEX #64DDB6 Medium Aquamarine

📋 copy color: '#64DDB6'

red 100 ◦ green 221 ◦ blue 182

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

Shades of Medium Aquamarine #64DDB6

Tints of Medium Aquamarine #64DDB6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.94%

 BLUE value IS 182 (71.48% from 255) = 36.18%

R = 19.88%
G = 43.94%
B = 36.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#64DDB6 (or 0x64DDB6) is known color: Medium Aquamarine. HEX triplet: 64, DD and B6. RGB value is (100,221,182). Sum of RGB (Red+Green+Blue) = 100+221+182=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDB6 is #9B2249. Grayscale: #B4B4B4. Windows color (decimal): -10166858 or 11984228. OLE color: 11984228.

HSL color Cylindrical-coordinate representation of color #64DDB6: hue angle of 160.66º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DDB6 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 221 182 -
CMYK 0.55 0 0.18 0.13
HSL 160.66º 0.64% 0.63% -
HSV(B) 160.66º 0.55% 0.87% -
XYZ 39.56 57.8 53.33 -
YUV 180.38 128.91 70.67 -
System Red Green Blue C M Y K H S L
Decimal 100 221 182 0.55 0 0.18 0.13 160.66 0.64 0.63
Hex 64 DD B6 37 0 12 D A1 40 3F
Octal 144 335 266 67 0 22 15 241 100 77
Binary 1100100 11011101 10110110 110111 0 10010 1101 10100001 1000000 111111

Color Harmonies of #64DDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DDB6

Black with #64DDB6

Text Example


Text Example

White with #64DDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,221,182); }

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

background-color css

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

 a { background-color: rgb(100,221,182); }

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

border-color css

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

 span { border-color: rgb(100,221,182); }

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