Html Css Color HEX #70EC9D Medium Aquamarine

📋 copy color: '#70EC9D'

red 112 ◦ green 236 ◦ blue 157

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

Shades of Medium Aquamarine #70EC9D

Tints of Medium Aquamarine #70EC9D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.73%

 BLUE value IS 157 (61.72% from 255) = 31.09%

R = 22.18%
G = 46.73%
B = 31.09%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#70EC9D (or 0x70EC9D) is known color: Medium Aquamarine. HEX triplet: 70, EC and 9D. RGB value is (112,236,157). Sum of RGB (Red+Green+Blue) = 112+236+157=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EC9D is #8F1362. Grayscale: #BEBEBE. Windows color (decimal): -9376611 or 10349680. OLE color: 10349680.

HSL color Cylindrical-coordinate representation of color #70EC9D: hue angle of 141.77º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EC9D is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 236 157 -
CMYK 0.53 0 0.33 0.07
HSL 141.77º 0.77% 0.68% -
HSV(B) 141.77º 0.53% 0.93% -
XYZ 42.76 65.87 42.36 -
YUV 189.92 109.42 72.42 -
System Red Green Blue C M Y K H S L
Decimal 112 236 157 0.53 0 0.33 0.07 141.77 0.77 0.68
Hex 70 EC 9D 35 0 21 7 8E 4D 44
Octal 160 354 235 65 0 41 7 216 115 104
Binary 1110000 11101100 10011101 110101 0 100001 111 10001110 1001101 1000100

Color Harmonies of #70EC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EC9D

Black with #70EC9D

Text Example


Text Example

White with #70EC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,236,157); }

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

background-color css

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

 a { background-color: rgb(112,236,157); }

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

border-color css

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

 span { border-color: rgb(112,236,157); }

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