#70D5A5

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

Shades of Medium Aquamarine #70D5A5

Tints of Medium Aquamarine #70D5A5

Color information

#70D5A5 (or 0x70D5A5) is unknown color: approx Medium Aquamarine. HEX triplet: 70, D5 and A5. RGB value is (112,213,165). Sum of RGB (Red+Green+Blue) = 112+213+165=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #70D5A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D5A5 is #8F2A5A. Grayscale: #B1B1B1. Windows color (decimal): -9382491 or 10868080. OLE color: 10868080.

HSL color Cylindrical-coordinate representation of color #70D5A5: hue angle of 151.49º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D5A5 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB112213165-
CMYK0.4700.230.16
HSL151.49º54.59%63.73%-
HSV(B)151.49º47.42%83.53%-
XYZ37.2753.7544.01-
YUV177.33121.0481.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.86%
GREEN value IS 213 (83.59% from 255) = 43.47%
BLUE value IS 165 (64.84% from 255) = 33.67%
R=22.86%
G=43.47%
B=33.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1122131650.4700.230.16151.4954.5963.73
Hex70D5A52F01710973740
Octal160325245570272022767100
Binary1110000110101011010010110111101011110000100101111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,213,165); }

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

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

 a { background-color: rgb(112,213,165); }

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

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

 span { border-color: rgb(112,213,165); }

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