#70DC9A

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

Shades of Medium Aquamarine #70DC9A

Tints of Medium Aquamarine #70DC9A

Color information

#70DC9A (or 0x70DC9A) is unknown color: approx Medium Aquamarine. HEX triplet: 70, DC and 9A. RGB value is (112,220,154). Sum of RGB (Red+Green+Blue) = 112+220+154=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 154 (60.55% from 255 or 31.69% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DC9A is #8F2365. Grayscale: #B4B4B4. Windows color (decimal): -9380710 or 10148976. OLE color: 10148976.

HSL color Cylindrical-coordinate representation of color #70DC9A: hue angle of 143.33º degrees, saturation: 0.61, 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 #70DC9A is Cyan = 0.49, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB112220154-
CMYK0.4900.30.14
HSL143.33º60.67%65.1%-
HSV(B)143.33º49.09%86.27%-
XYZ38.1156.9639.56-
YUV180.18113.2279.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.05%
GREEN value IS 220 (86.33% from 255) = 45.27%
BLUE value IS 154 (60.55% from 255) = 31.69%
R=23.05%
G=45.27%
B=31.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122201540.4900.30.14143.3360.6765.1
Hex70DC9A3101EE8f3d41
Octal160334232610361621775101
Binary111000011011100100110101100010111101110100011111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,220,154); }

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

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

 a { background-color: rgb(112,220,154); }

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

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

 span { border-color: rgb(112,220,154); }

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