#64CCB3

Color #64CCB3 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #64CCB3

Tints of Medium Aquamarine #64CCB3

Color information

#64CCB3 (or 0x64CCB3) is unknown color: approx Medium Aquamarine. HEX triplet: 64, CC and B3. RGB value is (100,204,179). Sum of RGB (Red+Green+Blue) = 100+204+179=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #64CCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CCB3 is #9B334C. Grayscale: #AAAAAA. Windows color (decimal): -10171213 or 11783268. OLE color: 11783268.

HSL color Cylindrical-coordinate representation of color #64CCB3: hue angle of 165.58º 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 #64CCB3 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB100204179-
CMYK0.5100.120.2
HSL165.58º50.49%59.61%-
HSV(B)165.58º50.98%80%-
XYZ34.9949.1550.29-
YUV170.05133.0478.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.70%
GREEN value IS 204 (80.08% from 255) = 42.24%
BLUE value IS 179 (70.31% from 255) = 37.06%
R=20.70%
G=42.24%
B=37.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1002041790.5100.120.2165.5850.4959.61
Hex64CCB3330C14a6323c
Octal14431426363014242466274
Binary11001001100110010110011110011011001010010100110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #64CCB3;
 }
 .AnyTagClassName
 {
   color: #64CCB3;
 }
</style>
background-color css

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

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

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

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

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

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