#70EAD4

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

Shades of Aquamarine #70EAD4

Tints of Aquamarine #70EAD4

Color information

#70EAD4 (or 0x70EAD4) is unknown color: approx Aquamarine. HEX triplet: 70, EA and D4. RGB value is (112,234,212). Sum of RGB (Red+Green+Blue) = 112+234+212=558 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.07% from 558); Green value is 234 (91.80% from 255 or 41.94% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 234 - color contains mainly: green. Hex color #70EAD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EAD4 is #8F152B. Grayscale: #C2C2C2. Windows color (decimal): -9377068 or 13953648. OLE color: 13953648.

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

Color convert

RGB112234212-
CMYK0.5200.090.08
HSL169.18º74.39%67.84%-
HSV(B)169.18º52.14%91.76%-
XYZ47.9967.0472.7-
YUV195.01137.5868.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.07%
GREEN value IS 234 (91.80% from 255) = 41.94%
BLUE value IS 212 (83.20% from 255) = 37.99%
R=20.07%
G=41.94%
B=37.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122342120.5200.090.08169.1874.3967.84
Hex70EAD434098a94a44
Octal1603523246401110251112104
Binary111000011101010110101001101000100110001010100110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,234,212); }

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

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

 a { background-color: rgb(112,234,212); }

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

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

 span { border-color: rgb(112,234,212); }

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