#70EBAE

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

Shades of Medium Aquamarine #70EBAE

Tints of Medium Aquamarine #70EBAE

Color information

#70EBAE (or 0x70EBAE) is unknown color: approx Medium Aquamarine. HEX triplet: 70, EB and AE. RGB value is (112,235,174). Sum of RGB (Red+Green+Blue) = 112+235+174=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EBAE is #8F1451. Grayscale: #BFBFBF. Windows color (decimal): -9376850 or 11463536. OLE color: 11463536.

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

Color convert

RGB112235174-
CMYK0.5200.260.08
HSL150.24º75.46%68.04%-
HSV(B)150.24º52.34%92.16%-
XYZ44.0365.9250.45-
YUV191.27118.2571.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.50%
GREEN value IS 235 (92.19% from 255) = 45.11%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=21.50%
G=45.11%
B=33.40%

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
Decimal1122351740.5200.260.08150.2475.4668.04
Hex70EBAE3401A8964b44
Octal1603532566403210226113104
Binary1110000111010111010111011010001101010001001011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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