#70D89F

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

Shades of Medium Aquamarine #70D89F

Tints of Medium Aquamarine #70D89F

Color information

#70D89F (or 0x70D89F) is unknown color: approx Medium Aquamarine. HEX triplet: 70, D8 and 9F. RGB value is (112,216,159). Sum of RGB (Red+Green+Blue) = 112+216+159=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #70D89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D89F is #8F2760. Grayscale: #B2B2B2. Windows color (decimal): -9381729 or 10475632. OLE color: 10475632.

HSL color Cylindrical-coordinate representation of color #70D89F: hue angle of 147.12º 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 #70D89F is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB112216159-
CMYK0.4800.260.15
HSL147.12º57.14%64.31%-
HSV(B)147.12º48.15%84.71%-
XYZ37.555.0641.45-
YUV178.41117.0480.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.00%
GREEN value IS 216 (84.77% from 255) = 44.35%
BLUE value IS 159 (62.5% from 255) = 32.65%
R=23.00%
G=44.35%
B=32.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122161590.4800.260.15147.1257.1464.31
Hex70D89F3001AF933940
Octal160330237600321722371100
Binary111000011011000100111111100000110101111100100111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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