#70ECC8

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

Shades of Aquamarine #70ECC8

Tints of Aquamarine #70ECC8

Color information

#70ECC8 (or 0x70ECC8) is unknown color: approx Aquamarine. HEX triplet: 70, EC and C8. RGB value is (112,236,200). Sum of RGB (Red+Green+Blue) = 112+236+200=548 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.44% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECC8 is #8F1337. Grayscale: #C2C2C2. Windows color (decimal): -9376568 or 13167728. OLE color: 13167728.

HSL color Cylindrical-coordinate representation of color #70ECC8: hue angle of 162.58º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ECC8 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB112236200-
CMYK0.5300.150.07
HSL162.58º76.54%68.24%-
HSV(B)162.58º52.54%92.55%-
XYZ47.167.6165.21-
YUV194.82130.9268.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.44%
GREEN value IS 236 (92.58% from 255) = 43.07%
BLUE value IS 200 (78.52% from 255) = 36.50%
R=20.44%
G=43.07%
B=36.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122362000.5300.150.07162.5876.5468.24
Hex70ECC8350F7a34d44
Octal160354310650177243115104
Binary11100001110110011001000110101011111111010001110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ECC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,236,200); }

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

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

 a { background-color: rgb(112,236,200); }

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

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

 span { border-color: rgb(112,236,200); }

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