#70D6AE

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

Shades of Medium Aquamarine #70D6AE

Tints of Medium Aquamarine #70D6AE

Color information

#70D6AE (or 0x70D6AE) is unknown color: approx Medium Aquamarine. HEX triplet: 70, D6 and AE. RGB value is (112,214,174). Sum of RGB (Red+Green+Blue) = 112+214+174=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #70D6AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D6AE is #8F2951. Grayscale: #B3B3B3. Windows color (decimal): -9382226 or 11458160. OLE color: 11458160.

HSL color Cylindrical-coordinate representation of color #70D6AE: hue angle of 156.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D6AE is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB112214174-
CMYK0.4800.190.16
HSL156.47º55.43%63.92%-
HSV(B)156.47º47.66%83.92%-
XYZ38.3754.5948.56-
YUV178.94125.2180.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.4%
GREEN value IS 214 (83.98% from 255) = 42.8%
BLUE value IS 174 (68.36% from 255) = 34.8%
R=22.4%
G=42.8%
B=34.8%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1122141740.4800.190.16156.4755.4363.92
Hex70D6AE30013109c3740
Octal160326256600232023467100
Binary1110000110101101010111011000001001110000100111001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,214,174); }

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

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

 a { background-color: rgb(112,214,174); }

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

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

 span { border-color: rgb(112,214,174); }

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