#70F1A2

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

Shades of Medium Aquamarine #70F1A2

Tints of Medium Aquamarine #70F1A2

Color information

#70F1A2 (or 0x70F1A2) is unknown color: approx Medium Aquamarine. HEX triplet: 70, F1 and A2. RGB value is (112,241,162). Sum of RGB (Red+Green+Blue) = 112+241+162=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #70F1A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F1A2 is #8F0E5D. Grayscale: #C1C1C1. Windows color (decimal): -9375326 or 10678640. OLE color: 10678640.

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

Color convert

RGB112241162-
CMYK0.5400.330.05
HSL143.26º82.17%69.22%-
HSV(B)143.26º53.53%94.51%-
XYZ44.6668.9645.14-
YUV193.42110.2669.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.75%
GREEN value IS 241 (94.53% from 255) = 46.80%
BLUE value IS 162 (63.67% from 255) = 31.46%
R=21.75%
G=46.80%
B=31.46%

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
Decimal1122411620.5400.330.05143.2682.1769.22
Hex70F1A23602158f5245
Octal160361242660415217122105
Binary1110000111100011010001011011001000011011000111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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