#70EFCD

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

Shades of Aquamarine #70EFCD

Tints of Aquamarine #70EFCD

Color information

#70EFCD (or 0x70EFCD) is unknown color: approx Aquamarine. HEX triplet: 70, EF and CD. RGB value is (112,239,205). Sum of RGB (Red+Green+Blue) = 112+239+205=556 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.14% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EFCD is #8F1032. Grayscale: #C5C5C5. Windows color (decimal): -9375795 or 13496176. OLE color: 13496176.

HSL color Cylindrical-coordinate representation of color #70EFCD: hue angle of 163.94º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EFCD is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB112239205-
CMYK0.5300.140.06
HSL163.94º79.87%68.82%-
HSV(B)163.94º53.14%93.73%-
XYZ48.5769.5968.63-
YUV197.15132.4267.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.14%
GREEN value IS 239 (93.75% from 255) = 42.99%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=20.14%
G=42.99%
B=36.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1122392050.5300.140.06163.9479.8768.82
Hex70EFCD350E6a45045
Octal160357315650166244120105
Binary11100001110111111001101110101011101101010010010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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