#70EFAE

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

Shades of Medium Aquamarine #70EFAE

Tints of Medium Aquamarine #70EFAE

Color information

#70EFAE (or 0x70EFAE) is unknown color: approx Medium Aquamarine. HEX triplet: 70, EF and AE. RGB value is (112,239,174). Sum of RGB (Red+Green+Blue) = 112+239+174=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EFAE is #8F1051. Grayscale: #C1C1C1. Windows color (decimal): -9375826 or 11464560. OLE color: 11464560.

HSL color Cylindrical-coordinate representation of color #70EFAE: hue angle of 149.29º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EFAE is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB112239174-
CMYK0.5300.270.06
HSL149.29º79.87%68.82%-
HSV(B)149.29º53.14%93.73%-
XYZ45.1968.2350.83-
YUV193.62116.9269.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.33%
GREEN value IS 239 (93.75% from 255) = 45.52%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=21.33%
G=45.52%
B=33.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1122391740.5300.270.06149.2979.8768.82
Hex70EFAE3501B6955045
Octal160357256650336225120105
Binary111000011101111101011101101010110111101001010110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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