Html Css Color HEX #64DFB2 Medium Aquamarine

📋 copy color: '#64DFB2'

red 100 ◦ green 223 ◦ blue 178

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

Shades of Medium Aquamarine #64DFB2

Tints of Medium Aquamarine #64DFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.53%

R = 19.96%
G = 44.51%
B = 35.53%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#64DFB2 (or 0x64DFB2) is known color: Medium Aquamarine. HEX triplet: 64, DF and B2. RGB value is (100,223,178). Sum of RGB (Red+Green+Blue) = 100+223+178=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DFB2 is #9B204D. Grayscale: #B5B5B5. Windows color (decimal): -10166350 or 11722596. OLE color: 11722596.

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

Color convert

RGB 100 223 178 -
CMYK 0.55 0 0.20 0.13
HSL 158.05º 0.66% 0.63% -
HSV(B) 158.05º 0.55% 0.87% -
XYZ 39.68 58.7 51.36 -
YUV 181.09 126.25 70.16 -
System Red Green Blue C M Y K H S L
Decimal 100 223 178 0.55 0 0.20 0.13 158.05 0.66 0.63
Hex 64 DF B2 37 0 14 D 9E 42 3F
Octal 144 337 262 67 0 24 15 236 102 77
Binary 1100100 11011111 10110010 110111 0 10100 1101 10011110 1000010 111111

Color Harmonies of #64DFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DFB2

Black with #64DFB2

Text Example


Text Example

White with #64DFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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