#70EFA7

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

Shades of Medium Aquamarine #70EFA7

Tints of Medium Aquamarine #70EFA7

Color information

#70EFA7 (or 0x70EFA7) is unknown color: approx Medium Aquamarine. HEX triplet: 70, EF and A7. RGB value is (112,239,167). Sum of RGB (Red+Green+Blue) = 112+239+167=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EFA7 is #8F1058. Grayscale: #C0C0C0. Windows color (decimal): -9375833 or 11005808. OLE color: 11005808.

HSL color Cylindrical-coordinate representation of color #70EFA7: hue angle of 145.98º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EFA7 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB112239167-
CMYK0.5300.300.06
HSL145.98º79.87%68.82%-
HSV(B)145.98º53.14%93.73%-
XYZ44.5267.9747.33-
YUV192.82113.4270.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.62%
GREEN value IS 239 (93.75% from 255) = 46.14%
BLUE value IS 167 (65.62% from 255) = 32.24%
R=21.62%
G=46.14%
B=32.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1122391670.5300.300.06145.9879.8768.82
Hex70EFA73501E6925045
Octal160357247650366222120105
Binary111000011101111101001111101010111101101001001010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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