#70C2A9

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

Shades of Medium Aquamarine #70C2A9

Tints of Medium Aquamarine #70C2A9

Color information

#70C2A9 (or 0x70C2A9) is unknown color: approx Medium Aquamarine. HEX triplet: 70, C2 and A9. RGB value is (112,194,169). Sum of RGB (Red+Green+Blue) = 112+194+169=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 169 (66.41% from 255 or 35.58% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #70C2A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C2A9 is #8F3D56. Grayscale: #A6A6A6. Windows color (decimal): -9387351 or 11125360. OLE color: 11125360.

HSL color Cylindrical-coordinate representation of color #70C2A9: hue angle of 161.71º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C2A9 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB112194169-
CMYK0.4200.130.24
HSL161.71º40.2%60%-
HSV(B)161.71º42.27%76.08%-
XYZ33.1444.8944.45-
YUV166.63129.3389.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.58%
GREEN value IS 194 (76.17% from 255) = 40.84%
BLUE value IS 169 (66.41% from 255) = 35.58%
R=23.58%
G=40.84%
B=35.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121941690.4200.130.24161.7140.260
Hex70C2A92A0D18a2283c
Octal16030225152015302425074
Binary11100001100001010101001101010011011100010100010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,194,169); }

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

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

 a { background-color: rgb(112,194,169); }

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

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

 span { border-color: rgb(112,194,169); }

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