#70ECCD

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

Shades of Aquamarine #70ECCD

Tints of Aquamarine #70ECCD

Color information

#70ECCD (or 0x70ECCD) is unknown color: approx Aquamarine. HEX triplet: 70, EC and CD. RGB value is (112,236,205). Sum of RGB (Red+Green+Blue) = 112+236+205=553 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.25% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECCD is #8F1332. Grayscale: #C3C3C3. Windows color (decimal): -9376563 or 13495408. OLE color: 13495408.

HSL color Cylindrical-coordinate representation of color #70ECCD: hue angle of 165º 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 #70ECCD is Cyan = 0.53, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB112236205-
CMYK0.5300.130.07
HSL165º76.54%68.24%-
HSV(B)165º52.54%92.55%-
XYZ47.767.8468.34-
YUV195.39133.4268.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.25%
GREEN value IS 236 (92.58% from 255) = 42.68%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=20.25%
G=42.68%
B=37.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122362050.5300.130.0716576.5468.24
Hex70ECCD350D7a54d44
Octal160354315650157245115104
Binary11100001110110011001101110101011011111010010110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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