#70F4A3

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

Shades of Medium Aquamarine #70F4A3

Tints of Medium Aquamarine #70F4A3

Color information

#70F4A3 (or 0x70F4A3) is unknown color: approx Medium Aquamarine. HEX triplet: 70, F4 and A3. RGB value is (112,244,163). Sum of RGB (Red+Green+Blue) = 112+244+163=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 244 - color contains mainly: green. Hex color #70F4A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F4A3 is #8F0B5C. Grayscale: #C3C3C3. Windows color (decimal): -9374557 or 10744944. OLE color: 10744944.

HSL color Cylindrical-coordinate representation of color #70F4A3: hue angle of 143.18º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F4A3 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB112244163-
CMYK0.5400.330.04
HSL143.18º85.71%69.8%-
HSV(B)143.18º54.1%95.69%-
XYZ45.6470.7945.91-
YUV195.3109.7768.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.58%
GREEN value IS 244 (95.70% from 255) = 47.01%
BLUE value IS 163 (64.06% from 255) = 31.41%
R=21.58%
G=47.01%
B=31.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1122441630.5400.330.04143.1885.7169.8
Hex70F4A33602148f5646
Octal160364243660414217126106
Binary1110000111101001010001111011001000011001000111110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F4A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70F4A3; }

 p { color: rgb(112,244,163); }

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

<style>
 a { background-color: #70F4A3; }

 a { background-color: rgb(112,244,163); }

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

<style>
 span { border-color: #70F4A3; }

 span { border-color: rgb(112,244,163); }

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