#70D7A2

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

Shades of Medium Aquamarine #70D7A2

Tints of Medium Aquamarine #70D7A2

Color information

#70D7A2 (or 0x70D7A2) is unknown color: approx Medium Aquamarine. HEX triplet: 70, D7 and A2. RGB value is (112,215,162). Sum of RGB (Red+Green+Blue) = 112+215+162=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #70D7A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D7A2 is #8F285D. Grayscale: #B2B2B2. Windows color (decimal): -9381982 or 10671984. OLE color: 10671984.

HSL color Cylindrical-coordinate representation of color #70D7A2: hue angle of 149.13º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D7A2 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB112215162-
CMYK0.4800.250.16
HSL149.13º56.28%64.12%-
HSV(B)149.13º47.91%84.31%-
XYZ37.554.6542.76-
YUV178.16118.8880.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.90%
GREEN value IS 215 (84.38% from 255) = 43.97%
BLUE value IS 162 (63.67% from 255) = 33.13%
R=22.90%
G=43.97%
B=33.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1122151620.4800.250.16149.1356.2864.12
Hex70D7A23001910953840
Octal160327242600312022570100
Binary1110000110101111010001011000001100110000100101011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,215,162); }

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

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

 a { background-color: rgb(112,215,162); }

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

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

 span { border-color: rgb(112,215,162); }

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