#70E09D

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

Shades of Medium Aquamarine #70E09D

Tints of Medium Aquamarine #70E09D

Color information

#70E09D (or 0x70E09D) is unknown color: approx Medium Aquamarine. HEX triplet: 70, E0 and 9D. RGB value is (112,224,157). Sum of RGB (Red+Green+Blue) = 112+224+157=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #70E09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E09D is #8F1F62. Grayscale: #B7B7B7. Windows color (decimal): -9379683 or 10346608. OLE color: 10346608.

HSL color Cylindrical-coordinate representation of color #70E09D: hue angle of 144.11º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E09D is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB112224157-
CMYK0.5000.300.12
HSL144.11º64.37%65.88%-
HSV(B)144.11º50%87.84%-
XYZ39.4259.1941.25-
YUV182.87113.3977.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.72%
GREEN value IS 224 (87.89% from 255) = 45.44%
BLUE value IS 157 (61.72% from 255) = 31.85%
R=22.72%
G=45.44%
B=31.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1122241570.5000.300.12144.1164.3765.88
Hex70E09D3201EC904042
Octal1603402356203614220100102
Binary1110000111000001001110111001001111011001001000010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,224,157); }

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

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

 a { background-color: rgb(112,224,157); }

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

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

 span { border-color: rgb(112,224,157); }

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