#70F9DA

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

Shades of Aquamarine #70F9DA

Tints of Aquamarine #70F9DA

Color information

#70F9DA (or 0x70F9DA) is unknown color: approx Aquamarine. HEX triplet: 70, F9 and DA. RGB value is (112,249,218). Sum of RGB (Red+Green+Blue) = 112+249+218=579 (76% of max value = 765). Red value is 112 (44.14% from 255 or 19.34% from 579); Green value is 249 (97.66% from 255 or 43.01% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 249 - color contains mainly: green. Hex color #70F9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F9DA is #8F0625. Grayscale: #CCCCCC. Windows color (decimal): -9373222 or 14350704. OLE color: 14350704.

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

Color convert

RGB112249218-
CMYK0.5500.120.02
HSL166.42º91.95%70.78%-
HSV(B)166.42º55.02%97.65%-
XYZ53.2176.2678.24-
YUV204.5135.6162.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 19.34%
GREEN value IS 249 (97.66% from 255) = 43.01%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=19.34%
G=43.01%
B=37.65%

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
Decimal1122492180.5500.120.02166.4291.9570.78
Hex70F9DA370C2a65c47
Octal160371332670142246134107
Binary1110000111110011101101011011101100101010011010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,249,218); }

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

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

 a { background-color: rgb(112,249,218); }

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

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

 span { border-color: rgb(112,249,218); }

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