Html Css Color HEX #64CCB1 Medium Aquamarine

📋 copy color: '#64CCB1'

red 100 ◦ green 204 ◦ blue 177

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

Shades of Medium Aquamarine #64CCB1

Tints of Medium Aquamarine #64CCB1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.41%

 BLUE value IS 177 (69.53% from 255) = 36.8%

R = 20.79%
G = 42.41%
B = 36.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#64CCB1 (or 0x64CCB1) is known color: Medium Aquamarine. HEX triplet: 64, CC and B1. RGB value is (100,204,177). Sum of RGB (Red+Green+Blue) = 100+204+177=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #64CCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CCB1 is #9B334E. Grayscale: #A9A9A9. Windows color (decimal): -10171215 or 11652196. OLE color: 11652196.

HSL color Cylindrical-coordinate representation of color #64CCB1: hue angle of 164.42º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CCB1 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 204 177 -
CMYK 0.51 0 0.13 0.2
HSL 164.42º 0.5% 0.6% -
HSV(B) 164.42º 0.51% 0.8% -
XYZ 34.78 49.07 49.23 -
YUV 169.83 132.04 78.2 -
System Red Green Blue C M Y K H S L
Decimal 100 204 177 0.51 0 0.13 0.2 164.42 0.5 0.6
Hex 64 CC B1 33 0 D 14 A4 32 3C
Octal 144 314 261 63 0 15 24 244 62 74
Binary 1100100 11001100 10110001 110011 0 1101 10100 10100100 110010 111100

Color Harmonies of #64CCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64CCB1

Black with #64CCB1

Text Example


Text Example

White with #64CCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,204,177); }

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

background-color css

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

 a { background-color: rgb(100,204,177); }

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

border-color css

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

 span { border-color: rgb(100,204,177); }

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