#70EBA3

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

Shades of Medium Aquamarine #70EBA3

Tints of Medium Aquamarine #70EBA3

Color information

#70EBA3 (or 0x70EBA3) is unknown color: approx Medium Aquamarine. HEX triplet: 70, EB and A3. RGB value is (112,235,163). Sum of RGB (Red+Green+Blue) = 112+235+163=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 235 (92.19% from 255 or 46.08% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EBA3 is #8F145C. Grayscale: #BEBEBE. Windows color (decimal): -9376861 or 10742640. OLE color: 10742640.

HSL color Cylindrical-coordinate representation of color #70EBA3: hue angle of 144.88º degrees, saturation: 0.75, 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 #70EBA3 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB112235163-
CMYK0.5200.310.08
HSL144.88º75.46%68.04%-
HSV(B)144.88º52.34%92.16%-
XYZ4365.5145.03-
YUV190.02112.7572.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.96%
GREEN value IS 235 (92.19% from 255) = 46.08%
BLUE value IS 163 (64.06% from 255) = 31.96%
R=21.96%
G=46.08%
B=31.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122351630.5200.310.08144.8875.4668.04
Hex70EBA33401F8914b44
Octal1603532436403710221113104
Binary1110000111010111010001111010001111110001001000110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,235,163); }

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

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

 a { background-color: rgb(112,235,163); }

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

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

 span { border-color: rgb(112,235,163); }

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