#70C4AB

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

Shades of Medium Aquamarine #70C4AB

Tints of Medium Aquamarine #70C4AB

Color information

#70C4AB (or 0x70C4AB) is unknown color: approx Medium Aquamarine. HEX triplet: 70, C4 and AB. RGB value is (112,196,171). Sum of RGB (Red+Green+Blue) = 112+196+171=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #70C4AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C4AB is #8F3B54. Grayscale: #A8A8A8. Windows color (decimal): -9386837 or 11256944. OLE color: 11256944.

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

Color convert

RGB112196171-
CMYK0.4300.130.23
HSL162.14º41.58%60.39%-
HSV(B)162.14º42.86%76.86%-
XYZ33.7745.8645.6-
YUV168.03129.6788.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.38%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 171 (67.19% from 255) = 35.70%
R=23.38%
G=40.92%
B=35.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1121961710.4300.130.23162.1441.5860.39
Hex70C4AB2B0D17a22a3c
Octal16030425353015272425274
Binary11100001100010010101011101011011011011110100010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,196,171); }

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

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

 a { background-color: rgb(112,196,171); }

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

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

 span { border-color: rgb(112,196,171); }

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