#70DEA4

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

Shades of Medium Aquamarine #70DEA4

Tints of Medium Aquamarine #70DEA4

Color information

#70DEA4 (or 0x70DEA4) is unknown color: approx Medium Aquamarine. HEX triplet: 70, DE and A4. RGB value is (112,222,164). Sum of RGB (Red+Green+Blue) = 112+222+164=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 164 (64.45% from 255 or 32.93% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #70DEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DEA4 is #8F215B. Grayscale: #B6B6B6. Windows color (decimal): -9380188 or 10804848. OLE color: 10804848.

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

Color convert

RGB112222164-
CMYK0.5000.260.13
HSL148.36º62.5%65.49%-
HSV(B)148.36º49.55%87.06%-
XYZ39.558.3744.31-
YUV182.5117.5677.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.49%
GREEN value IS 222 (87.11% from 255) = 44.58%
BLUE value IS 164 (64.45% from 255) = 32.93%
R=22.49%
G=44.58%
B=32.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122221640.5000.260.13148.3662.565.49
Hex70DEA43201AD943e41
Octal160336244620321522476101
Binary111000011011110101001001100100110101101100101001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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