#70D8A9

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

Shades of Medium Aquamarine #70D8A9

Tints of Medium Aquamarine #70D8A9

Color information

#70D8A9 (or 0x70D8A9) is unknown color: approx Medium Aquamarine. HEX triplet: 70, D8 and A9. RGB value is (112,216,169). Sum of RGB (Red+Green+Blue) = 112+216+169=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D8A9 is #8F2756. Grayscale: #B3B3B3. Windows color (decimal): -9381719 or 11130992. OLE color: 11130992.

HSL color Cylindrical-coordinate representation of color #70D8A9: hue angle of 152.88º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D8A9 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB112216169-
CMYK0.4800.220.15
HSL152.88º57.14%64.31%-
HSV(B)152.88º48.15%84.71%-
XYZ38.455.4246.21-
YUV179.55122.0479.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.54%
GREEN value IS 216 (84.77% from 255) = 43.46%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=22.54%
G=43.46%
B=34.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122161690.4800.220.15152.8857.1464.31
Hex70D8A930016F993940
Octal160330251600261723171100
Binary111000011011000101010011100000101101111100110011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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