#70ECA8

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

Shades of Medium Aquamarine #70ECA8

Tints of Medium Aquamarine #70ECA8

Color information

#70ECA8 (or 0x70ECA8) is unknown color: approx Medium Aquamarine. HEX triplet: 70, EC and A8. RGB value is (112,236,168). Sum of RGB (Red+Green+Blue) = 112+236+168=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70ECA8 is #8F1357. Grayscale: #BFBFBF. Windows color (decimal): -9376600 or 11070576. OLE color: 11070576.

HSL color Cylindrical-coordinate representation of color #70ECA8: hue angle of 147.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ECA8 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB112236168-
CMYK0.5300.290.07
HSL147.1º76.54%68.24%-
HSV(B)147.1º52.54%92.55%-
XYZ43.7566.2647.53-
YUV191.17114.9271.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.71%
GREEN value IS 236 (92.58% from 255) = 45.74%
BLUE value IS 168 (66.02% from 255) = 32.56%
R=21.71%
G=45.74%
B=32.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122361680.5300.290.07147.176.5468.24
Hex70ECA83501D7934d44
Octal160354250650357223115104
Binary111000011101100101010001101010111011111001001110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ECA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,236,168); }

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

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

 a { background-color: rgb(112,236,168); }

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

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

 span { border-color: rgb(112,236,168); }

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