#70F3A2

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

Shades of Medium Aquamarine #70F3A2

Tints of Medium Aquamarine #70F3A2

Color information

#70F3A2 (or 0x70F3A2) is unknown color: approx Medium Aquamarine. HEX triplet: 70, F3 and A2. RGB value is (112,243,162). Sum of RGB (Red+Green+Blue) = 112+243+162=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #70F3A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F3A2 is #8F0C5D. Grayscale: #C2C2C2. Windows color (decimal): -9374814 or 10679152. OLE color: 10679152.

HSL color Cylindrical-coordinate representation of color #70F3A2: hue angle of 142.9º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F3A2 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB112243162-
CMYK0.5400.330.05
HSL142.9º84.52%69.61%-
HSV(B)142.9º53.91%95.29%-
XYZ45.2570.1545.34-
YUV194.6109.669.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.66%
GREEN value IS 243 (95.31% from 255) = 47.00%
BLUE value IS 162 (63.67% from 255) = 31.33%
R=21.66%
G=47.00%
B=31.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122431620.5400.330.05142.984.5269.61
Hex70F3A23602158f5546
Octal160363242660415217125106
Binary1110000111100111010001011011001000011011000111110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,243,162); }

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

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

 a { background-color: rgb(112,243,162); }

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

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

 span { border-color: rgb(112,243,162); }

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