#70E2A7

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

Shades of Medium Aquamarine #70E2A7

Tints of Medium Aquamarine #70E2A7

Color information

#70E2A7 (or 0x70E2A7) is unknown color: approx Medium Aquamarine. HEX triplet: 70, E2 and A7. RGB value is (112,226,167). Sum of RGB (Red+Green+Blue) = 112+226+167=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #70E2A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E2A7 is #8F1D58. Grayscale: #B9B9B9. Windows color (decimal): -9379161 or 11002480. OLE color: 11002480.

HSL color Cylindrical-coordinate representation of color #70E2A7: hue angle of 148.95º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E2A7 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.

Color convert

RGB112226167-
CMYK0.5000.260.11
HSL148.95º66.28%66.27%-
HSV(B)148.95º50.44%88.63%-
XYZ40.8560.6346.11-
YUV185.19117.7375.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.18%
GREEN value IS 226 (88.67% from 255) = 44.75%
BLUE value IS 167 (65.62% from 255) = 33.07%
R=22.18%
G=44.75%
B=33.07%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122261670.5000.260.11148.9566.2866.27
Hex70E2A73201AB954242
Octal1603422476203213225102102
Binary1110000111000101010011111001001101010111001010110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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