#70F0AD

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

Shades of Medium Aquamarine #70F0AD

Tints of Medium Aquamarine #70F0AD

Color information

#70F0AD (or 0x70F0AD) is unknown color: approx Medium Aquamarine. HEX triplet: 70, F0 and AD. RGB value is (112,240,173). Sum of RGB (Red+Green+Blue) = 112+240+173=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #70F0AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F0AD is #8F0F52. Grayscale: #C2C2C2. Windows color (decimal): -9375571 or 11399280. OLE color: 11399280.

HSL color Cylindrical-coordinate representation of color #70F0AD: hue angle of 148.59º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70F0AD is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB112240173-
CMYK0.5300.280.06
HSL148.59º81.01%69.02%-
HSV(B)148.59º53.33%94.12%-
XYZ45.3968.7850.42-
YUV194.09116.0969.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.33%
GREEN value IS 240 (94.14% from 255) = 45.71%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=21.33%
G=45.71%
B=32.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1122401730.5300.280.06148.5981.0169.02
Hex70F0AD3501C6955145
Octal160360255650346225121105
Binary111000011110000101011011101010111001101001010110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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