#70FADB

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

Shades of Aquamarine #70FADB

Tints of Aquamarine #70FADB

Color information

#70FADB (or 0x70FADB) is unknown color: approx Aquamarine. HEX triplet: 70, FA and DB. RGB value is (112,250,219). Sum of RGB (Red+Green+Blue) = 112+250+219=581 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.28% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #70FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70FADB is #8F0524. Grayscale: #CDCDCD. Windows color (decimal): -9372965 or 14416496. OLE color: 14416496.

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

Color convert

RGB112250219-
CMYK0.5500.120.02
HSL166.52º93.24%70.98%-
HSV(B)166.52º55.2%98.04%-
XYZ53.6576.9379.04-
YUV205.2135.7861.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.28%
GREEN value IS 250 (98.05% from 255) = 43.03%
BLUE value IS 219 (85.94% from 255) = 37.69%
R=19.28%
G=43.03%
B=37.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122502190.5500.120.02166.5293.2470.98
Hex70FADB370C2a75d47
Octal160372333670142247135107
Binary1110000111110101101101111011101100101010011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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