#70EFAC

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

Shades of Medium Aquamarine #70EFAC

Tints of Medium Aquamarine #70EFAC

Color information

#70EFAC (or 0x70EFAC) is unknown color: approx Medium Aquamarine. HEX triplet: 70, EF and AC. RGB value is (112,239,172). Sum of RGB (Red+Green+Blue) = 112+239+172=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #70EFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EFAC is #8F1053. Grayscale: #C1C1C1. Windows color (decimal): -9375828 or 11333488. OLE color: 11333488.

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

Color convert

RGB112239172-
CMYK0.5300.280.06
HSL148.35º79.87%68.82%-
HSV(B)148.35º53.14%93.73%-
XYZ44.9968.1649.81-
YUV193.39115.9269.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.41%
GREEN value IS 239 (93.75% from 255) = 45.70%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=21.41%
G=45.70%
B=32.89%

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
Decimal1122391720.5300.280.06148.3579.8768.82
Hex70EFAC3501C6945045
Octal160357254650346224120105
Binary111000011101111101011001101010111001101001010010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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