Html Css Color HEX #64DBB0 Medium Aquamarine

📋 copy color: '#64DBB0'

red 100 ◦ green 219 ◦ blue 176

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

Shades of Medium Aquamarine #64DBB0

Tints of Medium Aquamarine #64DBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.56%

R = 20.2%
G = 44.24%
B = 35.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#64DBB0 (or 0x64DBB0) is known color: Medium Aquamarine. HEX triplet: 64, DB and B0. RGB value is (100,219,176). Sum of RGB (Red+Green+Blue) = 100+219+176=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #64DBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DBB0 is #9B244F. Grayscale: #B2B2B2. Windows color (decimal): -10167376 or 11590500. OLE color: 11590500.

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

Color convert

RGB 100 219 176 -
CMYK 0.54 0 0.20 0.14
HSL 158.32º 0.62% 0.63% -
HSV(B) 158.32º 0.54% 0.86% -
XYZ 38.42 56.51 49.96 -
YUV 178.52 126.58 72 -
System Red Green Blue C M Y K H S L
Decimal 100 219 176 0.54 0 0.20 0.14 158.32 0.62 0.63
Hex 64 DB B0 36 0 14 E 9E 3E 3F
Octal 144 333 260 66 0 24 16 236 76 77
Binary 1100100 11011011 10110000 110110 0 10100 1110 10011110 111110 111111

Color Harmonies of #64DBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DBB0

Black with #64DBB0

Text Example


Text Example

White with #64DBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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