Html Css Color HEX #64DBB6 Medium Aquamarine

📋 copy color: '#64DBB6'

red 100 ◦ green 219 ◦ blue 182

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

Shades of Medium Aquamarine #64DBB6

Tints of Medium Aquamarine #64DBB6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.71%

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

R = 19.96%
G = 43.71%
B = 36.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#64DBB6 (or 0x64DBB6) is known color: Medium Aquamarine. HEX triplet: 64, DB and B6. RGB value is (100,219,182). Sum of RGB (Red+Green+Blue) = 100+219+182=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #64DBB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DBB6 is #9B2449. Grayscale: #B3B3B3. Windows color (decimal): -10167370 or 11983716. OLE color: 11983716.

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

Color convert

RGB 100 219 182 -
CMYK 0.54 0 0.17 0.14
HSL 161.34º 0.62% 0.63% -
HSV(B) 161.34º 0.54% 0.86% -
XYZ 39.03 56.75 53.15 -
YUV 179.2 129.58 71.51 -
System Red Green Blue C M Y K H S L
Decimal 100 219 182 0.54 0 0.17 0.14 161.34 0.62 0.63
Hex 64 DB B6 36 0 11 E A1 3E 3F
Octal 144 333 266 66 0 21 16 241 76 77
Binary 1100100 11011011 10110110 110110 0 10001 1110 10100001 111110 111111

Color Harmonies of #64DBB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DBB6

Black with #64DBB6

Text Example


Text Example

White with #64DBB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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