#70E8D5

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

Shades of Aquamarine #70E8D5

Tints of Aquamarine #70E8D5

Color information

#70E8D5 (or 0x70E8D5) is unknown color: approx Aquamarine. HEX triplet: 70, E8 and D5. RGB value is (112,232,213). Sum of RGB (Red+Green+Blue) = 112+232+213=557 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.11% from 557); Green value is 232 (91.02% from 255 or 41.65% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 232 - color contains mainly: green. Hex color #70E8D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E8D5 is #8F172A. Grayscale: #C1C1C1. Windows color (decimal): -9377579 or 14018672. OLE color: 14018672.

HSL color Cylindrical-coordinate representation of color #70E8D5: hue angle of 170.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E8D5 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB112232213-
CMYK0.5200.080.09
HSL170.5º72.29%67.45%-
HSV(B)170.5º51.72%90.98%-
XYZ47.5565.9673.18-
YUV193.95138.7469.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.11%
GREEN value IS 232 (91.02% from 255) = 41.65%
BLUE value IS 213 (83.59% from 255) = 38.24%
R=20.11%
G=41.65%
B=38.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122322130.5200.080.09170.572.2967.45
Hex70E8D534089aa4843
Octal1603503256401011252110103
Binary111000011101000110101011101000100010011010101010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,232,213); }

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

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

 a { background-color: rgb(112,232,213); }

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

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

 span { border-color: rgb(112,232,213); }

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