#70e8a1

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

Shades of Medium Aquamarine #70E8A1

Tints of Medium Aquamarine #70E8A1

Color information

#70E8A1 (or 0x70E8A1) is unknown color: approx Medium Aquamarine. HEX triplet: 70, E8 and A1. RGB value is (112,232,161). Sum of RGB (Red+Green+Blue) = 112+232+161=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #70E8A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E8A1 is #8F175E. Grayscale: #BCBCBC. Windows color (decimal): -9377631 or 10610800. OLE color: 10610800.

HSL color Cylindrical-coordinate representation of color #70E8A1: hue angle of 144.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E8A1 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB112232161-
CMYK0.5200.310.09
HSL144.5º72.29%67.45%-
HSV(B)144.5º51.72%90.98%-
XYZ41.9763.7343.81-
YUV188.03112.7473.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.18%
GREEN value IS 232 (91.02% from 255) = 45.94%
BLUE value IS 161 (63.28% from 255) = 31.88%
R=22.18%
G=45.94%
B=31.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122321610.5200.310.09144.572.2967.45
Hex70E8A13401F9904843
Octal1603502416403711220110103
Binary1110000111010001010000111010001111110011001000010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70e8a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,232,161); }

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

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

 a { background-color: rgb(112,232,161); }

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

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

 span { border-color: rgb(112,232,161); }

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