#70e29c

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

Shades of Medium Aquamarine #70E29C

Tints of Medium Aquamarine #70E29C

Color information

#70E29C (or 0x70E29C) is unknown color: approx Medium Aquamarine. HEX triplet: 70, E2 and 9C. RGB value is (112,226,156). Sum of RGB (Red+Green+Blue) = 112+226+156=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #70E29C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E29C is #8F1D63. Grayscale: #B8B8B8. Windows color (decimal): -9379172 or 10281584. OLE color: 10281584.

HSL color Cylindrical-coordinate representation of color #70E29C: hue angle of 143.16º 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 #70E29C is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB112226156-
CMYK0.5000.310.11
HSL143.16º66.28%66.27%-
HSV(B)143.16º50.44%88.63%-
XYZ39.8860.2440.98-
YUV183.93112.2376.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.67%
GREEN value IS 226 (88.67% from 255) = 45.75%
BLUE value IS 156 (61.33% from 255) = 31.58%
R=22.67%
G=45.75%
B=31.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122261560.5000.310.11143.1666.2866.27
Hex70E29C3201FB8f4242
Octal1603422346203713217102102
Binary1110000111000101001110011001001111110111000111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70e29c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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