#70EAAA

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

Shades of Medium Aquamarine #70EAAA

Tints of Medium Aquamarine #70EAAA

Color information

#70EAAA (or 0x70EAAA) is unknown color: approx Medium Aquamarine. HEX triplet: 70, EA and AA. RGB value is (112,234,170). Sum of RGB (Red+Green+Blue) = 112+234+170=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #70EAAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EAAA is #8F1555. Grayscale: #BEBEBE. Windows color (decimal): -9377110 or 11201136. OLE color: 11201136.

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

Color convert

RGB112234170-
CMYK0.5200.270.08
HSL148.52º74.39%67.84%-
HSV(B)148.52º52.14%91.76%-
XYZ43.3665.1948.33-
YUV190.23116.5872.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.71%
GREEN value IS 234 (91.80% from 255) = 45.35%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=21.71%
G=45.35%
B=32.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122341700.5200.270.08148.5274.3967.84
Hex70EAAA3401B8954a44
Octal1603522526403310225112104
Binary1110000111010101010101011010001101110001001010110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,234,170); }

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

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

 a { background-color: rgb(112,234,170); }

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

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

 span { border-color: rgb(112,234,170); }

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