#70ECAF

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

Shades of Medium Aquamarine #70ECAF

Tints of Medium Aquamarine #70ECAF

Color information

#70ECAF (or 0x70ECAF) is unknown color: approx Medium Aquamarine. HEX triplet: 70, EC and AF. RGB value is (112,236,175). Sum of RGB (Red+Green+Blue) = 112+236+175=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70ECAF is #8F1350. Grayscale: #C0C0C0. Windows color (decimal): -9376593 or 11529328. OLE color: 11529328.

HSL color Cylindrical-coordinate representation of color #70ECAF: hue angle of 150.48º 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 #70ECAF is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB112236175-
CMYK0.5300.260.07
HSL150.48º76.54%68.24%-
HSV(B)150.48º52.54%92.55%-
XYZ44.4266.5351.06-
YUV191.97118.4270.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.41%
GREEN value IS 236 (92.58% from 255) = 45.12%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=21.41%
G=45.12%
B=33.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122361750.5300.260.07150.4876.5468.24
Hex70ECAF3501A7964d44
Octal160354257650327226115104
Binary111000011101100101011111101010110101111001011010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ECAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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