#70DB9E

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

Shades of Medium Aquamarine #70DB9E

Tints of Medium Aquamarine #70DB9E

Color information

#70DB9E (or 0x70DB9E) is unknown color: approx Medium Aquamarine. HEX triplet: 70, DB and 9E. RGB value is (112,219,158). Sum of RGB (Red+Green+Blue) = 112+219+158=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DB9E is #8F2461. Grayscale: #B4B4B4. Windows color (decimal): -9380962 or 10410864. OLE color: 10410864.

HSL color Cylindrical-coordinate representation of color #70DB9E: hue angle of 145.79º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DB9E is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB112219158-
CMYK0.4900.280.14
HSL145.79º59.78%64.9%-
HSV(B)145.79º48.86%85.88%-
XYZ38.1956.5841.26-
YUV180.05115.5579.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.90%
GREEN value IS 219 (85.94% from 255) = 44.79%
BLUE value IS 158 (62.11% from 255) = 32.31%
R=22.90%
G=44.79%
B=32.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122191580.4900.280.14145.7959.7864.9
Hex70DB9E3101CE923c41
Octal160333236610341622274101
Binary111000011011011100111101100010111001110100100101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,219,158); }

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

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

 a { background-color: rgb(112,219,158); }

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

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

 span { border-color: rgb(112,219,158); }

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