Html Css Color HEX #64DFB5 Medium Aquamarine

📋 copy color: '#64DFB5'

red 100 ◦ green 223 ◦ blue 181

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

Shades of Medium Aquamarine #64DFB5

Tints of Medium Aquamarine #64DFB5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.25%

 BLUE value IS 181 (71.09% from 255) = 35.91%

R = 19.84%
G = 44.25%
B = 35.91%

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

#64DFB5 (or 0x64DFB5) is known color: Medium Aquamarine. HEX triplet: 64, DF and B5. RGB value is (100,223,181). Sum of RGB (Red+Green+Blue) = 100+223+181=504 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.84% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DFB5 is #9B204A. Grayscale: #B5B5B5. Windows color (decimal): -10166347 or 11919204. OLE color: 11919204.

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

Color convert

RGB 100 223 181 -
CMYK 0.55 0 0.19 0.13
HSL 159.51º 0.66% 0.63% -
HSV(B) 159.51º 0.55% 0.87% -
XYZ 39.98 58.82 52.96 -
YUV 181.44 127.75 69.92 -
System Red Green Blue C M Y K H S L
Decimal 100 223 181 0.55 0 0.19 0.13 159.51 0.66 0.63
Hex 64 DF B5 37 0 13 D A0 42 3F
Octal 144 337 265 67 0 23 15 240 102 77
Binary 1100100 11011111 10110101 110111 0 10011 1101 10100000 1000010 111111

Color Harmonies of #64DFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DFB5

Black with #64DFB5

Text Example


Text Example

White with #64DFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,223,181); }

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

background-color css

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

 a { background-color: rgb(100,223,181); }

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

border-color css

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

 span { border-color: rgb(100,223,181); }

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