#70FEAD

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

Shades of Aquamarine #70FEAD

Tints of Aquamarine #70FEAD

Color information

#70FEAD (or 0x70FEAD) is unknown color: approx Aquamarine. HEX triplet: 70, FE and AD. RGB value is (112,254,173). Sum of RGB (Red+Green+Blue) = 112+254+173=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #70FEAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FEAD is #8F0152. Grayscale: #CACACA. Windows color (decimal): -9371987 or 11402864. OLE color: 11402864.

HSL color Cylindrical-coordinate representation of color #70FEAD: hue angle of 145.77º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FEAD is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB112254173-
CMYK0.5600.320.00
HSL145.77º98.61%71.76%-
HSV(B)145.77º55.91%99.61%-
XYZ49.6777.3551.85-
YUV202.31111.4663.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 20.78%
GREEN value IS 254 (99.61% from 255) = 47.12%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=20.78%
G=47.12%
B=32.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1122541730.5600.320.00145.7798.6171.76
Hex70FEAD380200926348
Octal160376255700400222143110
Binary11100001111111010101101111000010000001001001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,254,173); }

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

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

 a { background-color: rgb(112,254,173); }

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

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

 span { border-color: rgb(112,254,173); }

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