#70FABA

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

Shades of Aquamarine #70FABA

Tints of Aquamarine #70FABA

Color information

#70FABA (or 0x70FABA) is unknown color: approx Aquamarine. HEX triplet: 70, FA and BA. RGB value is (112,250,186). Sum of RGB (Red+Green+Blue) = 112+250+186=548 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.44% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 250 - color contains mainly: green. Hex color #70FABA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FABA is #8F0545. Grayscale: #C9C9C9. Windows color (decimal): -9372998 or 12253808. OLE color: 12253808.

HSL color Cylindrical-coordinate representation of color #70FABA: hue angle of 152.17º 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 #70FABA is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB112250186-
CMYK0.5500.260.02
HSL152.17º93.24%70.98%-
HSV(B)152.17º55.2%98.04%-
XYZ49.7375.3658.38-
YUV201.44119.2864.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.44%
GREEN value IS 250 (98.05% from 255) = 45.62%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=20.44%
G=45.62%
B=33.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122501860.5500.260.02152.1793.2470.98
Hex70FABA3701A2985d47
Octal160372272670322230135107
Binary11100001111101010111010110111011010101001100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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