#70EAAD

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

Shades of Medium Aquamarine #70EAAD

Tints of Medium Aquamarine #70EAAD

Color information

#70EAAD (or 0x70EAAD) is unknown color: approx Medium Aquamarine. HEX triplet: 70, EA and AD. RGB value is (112,234,173). Sum of RGB (Red+Green+Blue) = 112+234+173=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #70EAAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EAAD is #8F1552. Grayscale: #BEBEBE. Windows color (decimal): -9377107 or 11397744. OLE color: 11397744.

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

Color convert

RGB112234173-
CMYK0.5200.260.08
HSL150º74.39%67.84%-
HSV(B)150º52.14%91.76%-
XYZ43.6565.3149.84-
YUV190.57118.0871.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.58%
GREEN value IS 234 (91.80% from 255) = 45.09%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=21.58%
G=45.09%
B=33.33%

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
Decimal1122341730.5200.260.0815074.3967.84
Hex70EAAD3401A8964a44
Octal1603522556403210226112104
Binary1110000111010101010110111010001101010001001011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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