#70DEAA

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

Shades of Medium Aquamarine #70DEAA

Tints of Medium Aquamarine #70DEAA

Color information

#70DEAA (or 0x70DEAA) is unknown color: approx Medium Aquamarine. HEX triplet: 70, DE and AA. RGB value is (112,222,170). Sum of RGB (Red+Green+Blue) = 112+222+170=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #70DEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DEAA is #8F2155. Grayscale: #B7B7B7. Windows color (decimal): -9380182 or 11198064. OLE color: 11198064.

HSL color Cylindrical-coordinate representation of color #70DEAA: hue angle of 151.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DEAA is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB112222170-
CMYK0.5000.230.13
HSL151.64º62.5%65.49%-
HSV(B)151.64º49.55%87.06%-
XYZ40.0658.5947.23-
YUV183.18120.5677.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.22%
GREEN value IS 222 (87.11% from 255) = 44.05%
BLUE value IS 170 (66.80% from 255) = 33.73%
R=22.22%
G=44.05%
B=33.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122221700.5000.230.13151.6462.565.49
Hex70DEAA32017D983e41
Octal160336252620271523076101
Binary111000011011110101010101100100101111101100110001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,222,170); }

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

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

 a { background-color: rgb(112,222,170); }

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

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

 span { border-color: rgb(112,222,170); }

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