#70F6A9

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

Shades of Medium Aquamarine #70F6A9

Tints of Medium Aquamarine #70F6A9

Color information

#70F6A9 (or 0x70F6A9) is unknown color: approx Medium Aquamarine. HEX triplet: 70, F6 and A9. RGB value is (112,246,169). Sum of RGB (Red+Green+Blue) = 112+246+169=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #70F6A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F6A9 is #8F0956. Grayscale: #C5C5C5. Windows color (decimal): -9374039 or 11138672. OLE color: 11138672.

HSL color Cylindrical-coordinate representation of color #70F6A9: hue angle of 145.52º degrees, saturation: 0.88, 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 #70F6A9 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB112246169-
CMYK0.5400.310.04
HSL145.52º88.16%70.2%-
HSV(B)145.52º54.47%96.47%-
XYZ46.872.2249.01-
YUV197.16112.1167.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.25%
GREEN value IS 246 (96.48% from 255) = 46.68%
BLUE value IS 169 (66.41% from 255) = 32.07%
R=21.25%
G=46.68%
B=32.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1122461690.5400.310.04145.5288.1670.2
Hex70F6A93601F4925846
Octal160366251660374222130106
Binary111000011110110101010011101100111111001001001010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,246,169); }

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

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

 a { background-color: rgb(112,246,169); }

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

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

 span { border-color: rgb(112,246,169); }

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