#70EEAB

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

Shades of Medium Aquamarine #70EEAB

Tints of Medium Aquamarine #70EEAB

Color information

#70EEAB (or 0x70EEAB) is unknown color: approx Medium Aquamarine. HEX triplet: 70, EE and AB. RGB value is (112,238,171). Sum of RGB (Red+Green+Blue) = 112+238+171=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #70EEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EEAB is #8F1154. Grayscale: #C0C0C0. Windows color (decimal): -9376085 or 11267696. OLE color: 11267696.

HSL color Cylindrical-coordinate representation of color #70EEAB: hue angle of 148.1º 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 #70EEAB is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB112238171-
CMYK0.5300.280.07
HSL148.1º78.75%68.63%-
HSV(B)148.1º52.94%93.33%-
XYZ44.6167.5349.21-
YUV192.69115.7670.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.50%
GREEN value IS 238 (93.36% from 255) = 45.68%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=21.50%
G=45.68%
B=32.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122381710.5300.280.07148.178.7568.63
Hex70EEAB3501C7944f45
Octal160356253650347224117105
Binary111000011101110101010111101010111001111001010010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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