Html Css Color HEX #64DDB4 Medium Aquamarine

📋 copy color: '#64DDB4'

red 100 ◦ green 221 ◦ blue 180

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

Shades of Medium Aquamarine #64DDB4

Tints of Medium Aquamarine #64DDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.93%

R = 19.96%
G = 44.11%
B = 35.93%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#64DDB4 (or 0x64DDB4) is known color: Medium Aquamarine. HEX triplet: 64, DD and B4. RGB value is (100,221,180). Sum of RGB (Red+Green+Blue) = 100+221+180=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDB4 is #9B224B. Grayscale: #B4B4B4. Windows color (decimal): -10166860 or 11853156. OLE color: 11853156.

HSL color Cylindrical-coordinate representation of color #64DDB4: hue angle of 159.67º 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 #64DDB4 is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 221 180 -
CMYK 0.55 0 0.19 0.13
HSL 159.67º 0.64% 0.63% -
HSV(B) 159.67º 0.55% 0.87% -
XYZ 39.35 57.72 52.25 -
YUV 180.15 127.91 70.83 -
System Red Green Blue C M Y K H S L
Decimal 100 221 180 0.55 0 0.19 0.13 159.67 0.64 0.63
Hex 64 DD B4 37 0 13 D A0 40 3F
Octal 144 335 264 67 0 23 15 240 100 77
Binary 1100100 11011101 10110100 110111 0 10011 1101 10100000 1000000 111111

Color Harmonies of #64DDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DDB4

Black with #64DDB4

Text Example


Text Example

White with #64DDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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