#70EFAD

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

Shades of Medium Aquamarine #70EFAD

Tints of Medium Aquamarine #70EFAD

Color information

#70EFAD (or 0x70EFAD) is unknown color: approx Medium Aquamarine. HEX triplet: 70, EF and AD. RGB value is (112,239,173). Sum of RGB (Red+Green+Blue) = 112+239+173=524 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.37% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EFAD is #8F1052. Grayscale: #C1C1C1. Windows color (decimal): -9375827 or 11399024. OLE color: 11399024.

HSL color Cylindrical-coordinate representation of color #70EFAD: hue angle of 148.82º degrees, saturation: 0.8, 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 #70EFAD is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB112239173-
CMYK0.5300.280.06
HSL148.82º79.87%68.82%-
HSV(B)148.82º53.14%93.73%-
XYZ45.0968.1950.32-
YUV193.5116.4269.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.37%
GREEN value IS 239 (93.75% from 255) = 45.61%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=21.37%
G=45.61%
B=33.02%

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
Decimal1122391730.5300.280.06148.8279.8768.82
Hex70EFAD3501C6955045
Octal160357255650346225120105
Binary111000011101111101011011101010111001101001010110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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