#70D8B2

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

Shades of Medium Aquamarine #70D8B2

Tints of Medium Aquamarine #70D8B2

Color information

#70D8B2 (or 0x70D8B2) is unknown color: approx Medium Aquamarine. HEX triplet: 70, D8 and B2. RGB value is (112,216,178). Sum of RGB (Red+Green+Blue) = 112+216+178=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D8B2 is #8F274D. Grayscale: #B4B4B4. Windows color (decimal): -9381710 or 11720816. OLE color: 11720816.

HSL color Cylindrical-coordinate representation of color #70D8B2: hue angle of 158.08º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D8B2 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB112216178-
CMYK0.4800.180.15
HSL158.08º57.14%64.31%-
HSV(B)158.08º48.15%84.71%-
XYZ39.2755.7750.81-
YUV180.57126.5479.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.13%
GREEN value IS 216 (84.77% from 255) = 42.69%
BLUE value IS 178 (69.92% from 255) = 35.18%
R=22.13%
G=42.69%
B=35.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122161780.4800.180.15158.0857.1464.31
Hex70D8B230012F9e3940
Octal160330262600221723671100
Binary111000011011000101100101100000100101111100111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,216,178); }

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

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

 a { background-color: rgb(112,216,178); }

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

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

 span { border-color: rgb(112,216,178); }

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