#70D1A8

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

Shades of Medium Aquamarine #70D1A8

Tints of Medium Aquamarine #70D1A8

Color information

#70D1A8 (or 0x70D1A8) is unknown color: approx Medium Aquamarine. HEX triplet: 70, D1 and A8. RGB value is (112,209,168). Sum of RGB (Red+Green+Blue) = 112+209+168=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #70D1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D1A8 is #8F2E57. Grayscale: #AFAFAF. Windows color (decimal): -9383512 or 11063664. OLE color: 11063664.

HSL color Cylindrical-coordinate representation of color #70D1A8: hue angle of 154.64º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D1A8 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB112209168-
CMYK0.4600.200.18
HSL154.64º51.32%62.94%-
HSV(B)154.64º46.41%81.96%-
XYZ36.5551.8745.13-
YUV175.32123.8682.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.90%
GREEN value IS 209 (82.03% from 255) = 42.74%
BLUE value IS 168 (66.02% from 255) = 34.36%
R=22.90%
G=42.74%
B=34.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1122091680.4600.200.18154.6451.3262.94
Hex70D1A82E014129b333f
Octal16032125056024222336377
Binary111000011010001101010001011100101001001010011011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,209,168); }

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

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

 a { background-color: rgb(112,209,168); }

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

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

 span { border-color: rgb(112,209,168); }

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