#70F1A1

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

Shades of Medium Aquamarine #70F1A1

Tints of Medium Aquamarine #70F1A1

Color information

#70F1A1 (or 0x70F1A1) is unknown color: approx Medium Aquamarine. HEX triplet: 70, F1 and A1. RGB value is (112,241,161). Sum of RGB (Red+Green+Blue) = 112+241+161=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #70F1A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F1A1 is #8F0E5E. Grayscale: #C1C1C1. Windows color (decimal): -9375327 or 10613104. OLE color: 10613104.

HSL color Cylindrical-coordinate representation of color #70F1A1: hue angle of 142.79º 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 #70F1A1 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB112241161-
CMYK0.5400.330.05
HSL142.79º82.17%69.22%-
HSV(B)142.79º53.53%94.51%-
XYZ44.5768.9344.67-
YUV193.31109.7670-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.79%
GREEN value IS 241 (94.53% from 255) = 46.89%
BLUE value IS 161 (63.28% from 255) = 31.32%
R=21.79%
G=46.89%
B=31.32%

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
Decimal1122411610.5400.330.05142.7982.1769.22
Hex70F1A13602158f5245
Octal160361241660415217122105
Binary1110000111100011010000111011001000011011000111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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