#70E6A1

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

Shades of Medium Aquamarine #70E6A1

Tints of Medium Aquamarine #70E6A1

Color information

#70E6A1 (or 0x70E6A1) is unknown color: approx Medium Aquamarine. HEX triplet: 70, E6 and A1. RGB value is (112,230,161). Sum of RGB (Red+Green+Blue) = 112+230+161=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 230 (90.23% from 255 or 45.73% from 503); Blue value is 161 (63.28% from 255 or 32.01% from 503); Max value from RGB is 230 - color contains mainly: green. Hex color #70E6A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E6A1 is #8F195E. Grayscale: #BBBBBB. Windows color (decimal): -9378143 or 10610288. OLE color: 10610288.

HSL color Cylindrical-coordinate representation of color #70E6A1: hue angle of 144.92º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E6A1 is Cyan = 0.51, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.10.

Color convert

RGB112230161-
CMYK0.5100.30.10
HSL144.92º70.24%67.06%-
HSV(B)144.92º51.3%90.2%-
XYZ41.4162.6143.62-
YUV186.85113.4174.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.27%
GREEN value IS 230 (90.23% from 255) = 45.73%
BLUE value IS 161 (63.28% from 255) = 32.01%
R=22.27%
G=45.73%
B=32.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1122301610.5100.30.10144.9270.2467.06
Hex70E6A13301EA914643
Octal1603462416303612221106103
Binary1110000111001101010000111001101111010101001000110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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