#70E5A7

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

Shades of Medium Aquamarine #70E5A7

Tints of Medium Aquamarine #70E5A7

Color information

#70E5A7 (or 0x70E5A7) is unknown color: approx Medium Aquamarine. HEX triplet: 70, E5 and A7. RGB value is (112,229,167). Sum of RGB (Red+Green+Blue) = 112+229+167=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 167 (65.62% from 255 or 32.87% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #70E5A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E5A7 is #8F1A58. Grayscale: #BBBBBB. Windows color (decimal): -9378393 or 11003248. OLE color: 11003248.

HSL color Cylindrical-coordinate representation of color #70E5A7: hue angle of 148.21º degrees, saturation: 0.69, 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 #70E5A7 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB112229167-
CMYK0.5100.270.10
HSL148.21º69.23%66.86%-
HSV(B)148.21º51.09%89.8%-
XYZ41.6862.2746.38-
YUV186.95116.7474.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.05%
GREEN value IS 229 (89.84% from 255) = 45.08%
BLUE value IS 167 (65.62% from 255) = 32.87%
R=22.05%
G=45.08%
B=32.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1122291670.5100.270.10148.2169.2366.86
Hex70E5A73301BA944543
Octal1603452476303312224105103
Binary1110000111001011010011111001101101110101001010010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,229,167); }

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

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

 a { background-color: rgb(112,229,167); }

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

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

 span { border-color: rgb(112,229,167); }

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