#70DEAD

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

Shades of Medium Aquamarine #70DEAD

Tints of Medium Aquamarine #70DEAD

Color information

#70DEAD (or 0x70DEAD) is unknown color: approx Medium Aquamarine. HEX triplet: 70, DE and AD. RGB value is (112,222,173). Sum of RGB (Red+Green+Blue) = 112+222+173=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 173 (67.97% from 255 or 34.12% from 507); Max value from RGB is 222 - color contains mainly: green. Hex color #70DEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DEAD is #8F2152. Grayscale: #B7B7B7. Windows color (decimal): -9380179 or 11394672. OLE color: 11394672.

HSL color Cylindrical-coordinate representation of color #70DEAD: hue angle of 153.27º 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 #70DEAD is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB112222173-
CMYK0.5000.220.13
HSL153.27º62.5%65.49%-
HSV(B)153.27º49.55%87.06%-
XYZ40.3558.748.74-
YUV183.52122.0676.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.09%
GREEN value IS 222 (87.11% from 255) = 43.79%
BLUE value IS 173 (67.97% from 255) = 34.12%
R=22.09%
G=43.79%
B=34.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122221730.5000.220.13153.2762.565.49
Hex70DEAD32016D993e41
Octal160336255620261523176101
Binary111000011011110101011011100100101101101100110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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