#70EEAA

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

Shades of Medium Aquamarine #70EEAA

Tints of Medium Aquamarine #70EEAA

Color information

#70EEAA (or 0x70EEAA) is unknown color: approx Medium Aquamarine. HEX triplet: 70, EE and AA. RGB value is (112,238,170). Sum of RGB (Red+Green+Blue) = 112+238+170=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EEAA is #8F1155. Grayscale: #C0C0C0. Windows color (decimal): -9376086 or 11202160. OLE color: 11202160.

HSL color Cylindrical-coordinate representation of color #70EEAA: hue angle of 147.62º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EEAA is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB112238170-
CMYK0.5300.290.07
HSL147.62º78.75%68.63%-
HSV(B)147.62º52.94%93.33%-
XYZ44.5167.548.71-
YUV192.57115.2670.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.54%
GREEN value IS 238 (93.36% from 255) = 45.77%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=21.54%
G=45.77%
B=32.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122381700.5300.290.07147.6278.7568.63
Hex70EEAA3501D7944f45
Octal160356252650357224117105
Binary111000011101110101010101101010111011111001010010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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