Html Css Color HEX #64DCB6 Medium Aquamarine

📋 copy color: '#64DCB6'

red 100 ◦ green 220 ◦ blue 182

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

Shades of Medium Aquamarine #64DCB6

Tints of Medium Aquamarine #64DCB6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.82%

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

R = 19.92%
G = 43.82%
B = 36.25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#64DCB6 (or 0x64DCB6) is known color: Medium Aquamarine. HEX triplet: 64, DC and B6. RGB value is (100,220,182). Sum of RGB (Red+Green+Blue) = 100+220+182=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #64DCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DCB6 is #9B2349. Grayscale: #B3B3B3. Windows color (decimal): -10167114 or 11983972. OLE color: 11983972.

HSL color Cylindrical-coordinate representation of color #64DCB6: hue angle of 161º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DCB6 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 220 182 -
CMYK 0.55 0 0.17 0.14
HSL 161º 0.63% 0.63% -
HSV(B) 161º 0.55% 0.86% -
XYZ 39.29 57.27 53.24 -
YUV 179.79 129.24 71.09 -
System Red Green Blue C M Y K H S L
Decimal 100 220 182 0.55 0 0.17 0.14 161 0.63 0.63
Hex 64 DC B6 37 0 11 E A1 3F 3F
Octal 144 334 266 67 0 21 16 241 77 77
Binary 1100100 11011100 10110110 110111 0 10001 1110 10100001 111111 111111

Color Harmonies of #64DCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DCB6

Black with #64DCB6

Text Example


Text Example

White with #64DCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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