Html Css Color HEX #70DC9E Medium Aquamarine

📋 copy color: '#70DC9E'

red 112 ◦ green 220 ◦ blue 158

#70DC9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #70DC9E

Tints of Medium Aquamarine #70DC9E

RGB

 RED value IS 112 (44.14% from 255) = 22.86%

 GREEN value IS 220 (86.33% from 255) = 44.9%

 BLUE value IS 158 (62.11% from 255) = 32.24%

R = 22.86%
G = 44.9%
B = 32.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#70DC9E (or 0x70DC9E) is known color: Medium Aquamarine. HEX triplet: 70, DC and 9E. RGB value is (112,220,158). Sum of RGB (Red+Green+Blue) = 112+220+158=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 158 (62.11% from 255 or 32.24% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DC9E is #8F2361. Grayscale: #B4B4B4. Windows color (decimal): -9380706 or 10411120. OLE color: 10411120.

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

Color convert

RGB 112 220 158 -
CMYK 0.49 0 0.28 0.14
HSL 145.56º 0.61% 0.65% -
HSV(B) 145.56º 0.49% 0.86% -
XYZ 38.45 57.1 41.34 -
YUV 180.64 115.22 79.04 -
System Red Green Blue C M Y K H S L
Decimal 112 220 158 0.49 0 0.28 0.14 145.56 0.61 0.65
Hex 70 DC 9E 31 0 1C E 92 3D 41
Octal 160 334 236 61 0 34 16 222 75 101
Binary 1110000 11011100 10011110 110001 0 11100 1110 10010010 111101 1000001

Color Harmonies of #70DC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DC9E

Black with #70DC9E

Text Example


Text Example

White with #70DC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70DC9E;
 }
 .AnyTagClassName
 {
   color: #70DC9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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