#70f4e3

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

Shades of Aquamarine #70F4E3

Tints of Aquamarine #70F4E3

Color information

#70F4E3 (or 0x70F4E3) is unknown color: approx Aquamarine. HEX triplet: 70, F4 and E3. RGB value is (112,244,227). Sum of RGB (Red+Green+Blue) = 112+244+227=583 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.21% from 583); Green value is 244 (95.70% from 255 or 41.85% from 583); Blue value is 227 (89.06% from 255 or 38.94% from 583); Max value from RGB is 244 - color contains mainly: green. Hex color #70F4E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F4E3 is #8F0B1C. Grayscale: #CACACA. Windows color (decimal): -9374493 or 14939248. OLE color: 14939248.

HSL color Cylindrical-coordinate representation of color #70F4E3: hue angle of 172.27º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F4E3 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB112244227-
CMYK0.5400.070.04
HSL172.27º85.71%69.8%-
HSV(B)172.27º54.1%95.69%-
XYZ52.973.6984.11-
YUV202.59141.7763.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.21%
GREEN value IS 244 (95.70% from 255) = 41.85%
BLUE value IS 227 (89.06% from 255) = 38.94%
R=19.21%
G=41.85%
B=38.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1122442270.5400.070.04172.2785.7169.8
Hex70F4E336074ac5646
Octal16036434366074254126106
Binary1110000111101001110001111011001111001010110010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70f4e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,244,227); }

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

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

 a { background-color: rgb(112,244,227); }

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

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

 span { border-color: rgb(112,244,227); }

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