#70D59C

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

Shades of Medium Aquamarine #70D59C

Tints of Medium Aquamarine #70D59C

Color information

#70D59C (or 0x70D59C) is unknown color: approx Medium Aquamarine. HEX triplet: 70, D5 and 9C. RGB value is (112,213,156). Sum of RGB (Red+Green+Blue) = 112+213+156=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 156 (61.33% from 255 or 32.43% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #70D59C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D59C is #8F2A63. Grayscale: #B0B0B0. Windows color (decimal): -9382500 or 10278256. OLE color: 10278256.

HSL color Cylindrical-coordinate representation of color #70D59C: hue angle of 146.14º 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 #70D59C is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB112213156-
CMYK0.4700.270.16
HSL146.14º54.59%63.73%-
HSV(B)146.14º47.42%83.53%-
XYZ36.4853.4339.84-
YUV176.3116.5482.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.28%
GREEN value IS 213 (83.59% from 255) = 44.28%
BLUE value IS 156 (61.33% from 255) = 32.43%
R=23.28%
G=44.28%
B=32.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1122131560.4700.270.16146.1454.5963.73
Hex70D59C2F01B10923740
Octal160325234570332022267100
Binary1110000110101011001110010111101101110000100100101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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