#70FADE

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

Shades of Aquamarine #70FADE

Tints of Aquamarine #70FADE

Color information

#70FADE (or 0x70FADE) is unknown color: approx Aquamarine. HEX triplet: 70, FA and DE. RGB value is (112,250,222). Sum of RGB (Red+Green+Blue) = 112+250+222=584 (77% of max value = 765). Red value is 112 (44.14% from 255 or 19.18% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #70FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FADE is #8F0521. Grayscale: #CDCDCD. Windows color (decimal): -9372962 or 14613104. OLE color: 14613104.

HSL color Cylindrical-coordinate representation of color #70FADE: hue angle of 167.83º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FADE is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB112250222-
CMYK0.5500.110.02
HSL167.83º93.24%70.98%-
HSV(B)167.83º55.2%98.04%-
XYZ54.0577.0981.14-
YUV205.55137.2861.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.18%
GREEN value IS 250 (98.05% from 255) = 42.81%
BLUE value IS 222 (87.11% from 255) = 38.01%
R=19.18%
G=42.81%
B=38.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122502220.5500.110.02167.8393.2470.98
Hex70FADE370B2a85d47
Octal160372336670132250135107
Binary1110000111110101101111011011101011101010100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,250,222); }

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

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

 a { background-color: rgb(112,250,222); }

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

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

 span { border-color: rgb(112,250,222); }

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