#64F1B3

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

Shades of Medium Aquamarine #64F1B3

Tints of Medium Aquamarine #64F1B3

Color information

#64F1B3 (or 0x64F1B3) is unknown color: approx Medium Aquamarine. HEX triplet: 64, F1 and B3. RGB value is (100,241,179). Sum of RGB (Red+Green+Blue) = 100+241+179=520 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.23% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #64F1B3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F1B3 is #9B0E4C. Grayscale: #BFBFBF. Windows color (decimal): -10161741 or 11792740. OLE color: 11792740.

HSL color Cylindrical-coordinate representation of color #64F1B3: hue angle of 153.62º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F1B3 is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB100241179-
CMYK0.5900.260.05
HSL153.62º83.43%66.86%-
HSV(B)153.62º58.51%94.51%-
XYZ44.8568.8753.58-
YUV191.77120.7962.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.23%
GREEN value IS 241 (94.53% from 255) = 46.35%
BLUE value IS 179 (70.31% from 255) = 34.42%
R=19.23%
G=46.35%
B=34.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1002411790.5900.260.05153.6283.4366.86
Hex64F1B33B01A59a5343
Octal144361263730325232123103
Binary110010011110001101100111110110110101011001101010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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