#70DFA7

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

Shades of Medium Aquamarine #70DFA7

Tints of Medium Aquamarine #70DFA7

Color information

#70DFA7 (or 0x70DFA7) is unknown color: approx Medium Aquamarine. HEX triplet: 70, DF and A7. RGB value is (112,223,167). Sum of RGB (Red+Green+Blue) = 112+223+167=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DFA7 is #8F2058. Grayscale: #B7B7B7. Windows color (decimal): -9379929 or 11001712. OLE color: 11001712.

HSL color Cylindrical-coordinate representation of color #70DFA7: hue angle of 149.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DFA7 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB112223167-
CMYK0.5000.250.13
HSL149.73º63.43%65.69%-
HSV(B)149.73º49.78%87.45%-
XYZ40.0459.0145.84-
YUV183.43118.7377.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.31%
GREEN value IS 223 (87.5% from 255) = 44.42%
BLUE value IS 167 (65.62% from 255) = 33.27%
R=22.31%
G=44.42%
B=33.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122231670.5000.250.13149.7363.4365.69
Hex70DFA732019D963f42
Octal160337247620311522677102
Binary111000011011111101001111100100110011101100101101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,223,167); }

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

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

 a { background-color: rgb(112,223,167); }

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

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

 span { border-color: rgb(112,223,167); }

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