#70F0AE

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

Shades of Medium Aquamarine #70F0AE

Tints of Medium Aquamarine #70F0AE

Color information

#70F0AE (or 0x70F0AE) is unknown color: approx Medium Aquamarine. HEX triplet: 70, F0 and AE. RGB value is (112,240,174). Sum of RGB (Red+Green+Blue) = 112+240+174=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #70F0AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F0AE is #8F0F51. Grayscale: #C2C2C2. Windows color (decimal): -9375570 or 11464816. OLE color: 11464816.

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

Color convert

RGB112240174-
CMYK0.5300.280.06
HSL149.06º81.01%69.02%-
HSV(B)149.06º53.33%94.12%-
XYZ45.4868.8250.93-
YUV194.2116.5969.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.29%
GREEN value IS 240 (94.14% from 255) = 45.63%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=21.29%
G=45.63%
B=33.08%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1122401740.5300.280.06149.0681.0169.02
Hex70F0AE3501C6955145
Octal160360256650346225121105
Binary111000011110000101011101101010111001101001010110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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