#70ECB1

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

Shades of Medium Aquamarine #70ECB1

Tints of Medium Aquamarine #70ECB1

Color information

#70ECB1 (or 0x70ECB1) is unknown color: approx Medium Aquamarine. HEX triplet: 70, EC and B1. RGB value is (112,236,177). Sum of RGB (Red+Green+Blue) = 112+236+177=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70ECB1 is #8F134E. Grayscale: #C0C0C0. Windows color (decimal): -9376591 or 11660400. OLE color: 11660400.

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

Color convert

RGB112236177-
CMYK0.5300.250.07
HSL151.45º76.54%68.24%-
HSV(B)151.45º52.54%92.55%-
XYZ44.6166.6152.1-
YUV192.2119.4270.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.33%
GREEN value IS 236 (92.58% from 255) = 44.95%
BLUE value IS 177 (69.53% from 255) = 33.71%
R=21.33%
G=44.95%
B=33.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122361770.5300.250.07151.4576.5468.24
Hex70ECB1350197974d44
Octal160354261650317227115104
Binary111000011101100101100011101010110011111001011110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ECB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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