#70ECAD

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

Shades of Medium Aquamarine #70ECAD

Tints of Medium Aquamarine #70ECAD

Color information

#70ECAD (or 0x70ECAD) is unknown color: approx Medium Aquamarine. HEX triplet: 70, EC and AD. RGB value is (112,236,173). Sum of RGB (Red+Green+Blue) = 112+236+173=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70ECAD is #8F1352. Grayscale: #BFBFBF. Windows color (decimal): -9376595 or 11398256. OLE color: 11398256.

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

Color convert

RGB112236173-
CMYK0.5300.270.07
HSL149.52º76.54%68.24%-
HSV(B)149.52º52.54%92.55%-
XYZ44.2266.4550.03-
YUV191.74117.4271.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.50%
GREEN value IS 236 (92.58% from 255) = 45.30%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=21.50%
G=45.30%
B=33.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122361730.5300.270.07149.5276.5468.24
Hex70ECAD3501B7964d44
Octal160354255650337226115104
Binary111000011101100101011011101010110111111001011010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ECAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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