Html Css Color HEX #64C9B0 Medium Aquamarine

📋 copy color: '#64C9B0'

red 100 ◦ green 201 ◦ blue 176

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

Shades of Medium Aquamarine #64C9B0

Tints of Medium Aquamarine #64C9B0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.14%

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

R = 20.96%
G = 42.14%
B = 36.9%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#64C9B0 (or 0x64C9B0) is known color: Medium Aquamarine. HEX triplet: 64, C9 and B0. RGB value is (100,201,176). Sum of RGB (Red+Green+Blue) = 100+201+176=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #64C9B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C9B0 is #9B364F. Grayscale: #A7A7A7. Windows color (decimal): -10171984 or 11585892. OLE color: 11585892.

HSL color Cylindrical-coordinate representation of color #64C9B0: hue angle of 165.15º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64C9B0 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 201 176 -
CMYK 0.50 0 0.12 0.21
HSL 165.15º 0.48% 0.59% -
HSV(B) 165.15º 0.5% 0.79% -
XYZ 33.98 47.62 48.47 -
YUV 167.95 132.54 79.53 -
System Red Green Blue C M Y K H S L
Decimal 100 201 176 0.50 0 0.12 0.21 165.15 0.48 0.59
Hex 64 C9 B0 32 0 C 15 A5 30 3B
Octal 144 311 260 62 0 14 25 245 60 73
Binary 1100100 11001001 10110000 110010 0 1100 10101 10100101 110000 111011

Color Harmonies of #64C9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64C9B0

Black with #64C9B0

Text Example


Text Example

White with #64C9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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