#64CEB0

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

Shades of Medium Aquamarine #64CEB0

Tints of Medium Aquamarine #64CEB0

Color information

#64CEB0 (or 0x64CEB0) is unknown color: approx Medium Aquamarine. HEX triplet: 64, CE and B0. RGB value is (100,206,176). Sum of RGB (Red+Green+Blue) = 100+206+176=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 176 (69.14% from 255 or 36.51% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #64CEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CEB0 is #9B314F. Grayscale: #AAAAAA. Windows color (decimal): -10170704 or 11587172. OLE color: 11587172.

HSL color Cylindrical-coordinate representation of color #64CEB0: hue angle of 163.02º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CEB0 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB100206176-
CMYK0.5100.150.19
HSL163.02º51.96%60%-
HSV(B)163.02º51.46%80.78%-
XYZ35.1649.9948.87-
YUV170.89130.8877.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.75%
GREEN value IS 206 (80.86% from 255) = 42.74%
BLUE value IS 176 (69.14% from 255) = 36.51%
R=20.75%
G=42.74%
B=36.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1002061760.5100.150.19163.0251.9660
Hex64CEB0330F13a3343c
Octal14431626063017232436474
Binary11001001100111010110000110011011111001110100011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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