#70EA9D

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

Shades of Medium Aquamarine #70EA9D

Tints of Medium Aquamarine #70EA9D

Color information

#70EA9D (or 0x70EA9D) is unknown color: approx Medium Aquamarine. HEX triplet: 70, EA and 9D. RGB value is (112,234,157). Sum of RGB (Red+Green+Blue) = 112+234+157=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #70EA9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EA9D is #8F1562. Grayscale: #BCBCBC. Windows color (decimal): -9377123 or 10349168. OLE color: 10349168.

HSL color Cylindrical-coordinate representation of color #70EA9D: hue angle of 142.13º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EA9D is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB112234157-
CMYK0.5200.330.08
HSL142.13º74.39%67.84%-
HSV(B)142.13º52.14%91.76%-
XYZ42.1964.7242.17-
YUV188.74110.0873.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.27%
GREEN value IS 234 (91.80% from 255) = 46.52%
BLUE value IS 157 (61.72% from 255) = 31.21%
R=22.27%
G=46.52%
B=31.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122341570.5200.330.08142.1374.3967.84
Hex70EA9D3402188e4a44
Octal1603522356404110216112104
Binary11100001110101010011101110100010000110001000111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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