#70EAAE

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

Shades of Medium Aquamarine #70EAAE

Tints of Medium Aquamarine #70EAAE

Color information

#70EAAE (or 0x70EAAE) is unknown color: approx Medium Aquamarine. HEX triplet: 70, EA and AE. RGB value is (112,234,174). Sum of RGB (Red+Green+Blue) = 112+234+174=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #70EAAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EAAE is #8F1551. Grayscale: #BEBEBE. Windows color (decimal): -9377106 or 11463280. OLE color: 11463280.

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

Color convert

RGB112234174-
CMYK0.5200.260.08
HSL150.49º74.39%67.84%-
HSV(B)150.49º52.14%91.76%-
XYZ43.7465.3550.35-
YUV190.68118.5871.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.54%
GREEN value IS 234 (91.80% from 255) = 45%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=21.54%
G=45%
B=33.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122341740.5200.260.08150.4974.3967.84
Hex70EAAE3401A8964a44
Octal1603522566403210226112104
Binary1110000111010101010111011010001101010001001011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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