Html Css Color HEX #70D49E Medium Aquamarine

📋 copy color: '#70D49E'

red 112 ◦ green 212 ◦ blue 158

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

Shades of Medium Aquamarine #70D49E

Tints of Medium Aquamarine #70D49E

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.98%

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

R = 23.24%
G = 43.98%
B = 32.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#70D49E (or 0x70D49E) is known color: Medium Aquamarine. HEX triplet: 70, D4 and 9E. RGB value is (112,212,158). Sum of RGB (Red+Green+Blue) = 112+212+158=482 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.24% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #70D49E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D49E is #8F2B61. Grayscale: #B0B0B0. Windows color (decimal): -9382754 or 10409072. OLE color: 10409072.

HSL color Cylindrical-coordinate representation of color #70D49E: hue angle of 147.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D49E is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 112 212 158 -
CMYK 0.47 0 0.25 0.17
HSL 147.6º 0.54% 0.64% -
HSV(B) 147.6º 0.47% 0.83% -
XYZ 36.4 53 40.66 -
YUV 175.94 117.87 82.39 -
System Red Green Blue C M Y K H S L
Decimal 112 212 158 0.47 0 0.25 0.17 147.6 0.54 0.64
Hex 70 D4 9E 2F 0 19 11 94 36 40
Octal 160 324 236 57 0 31 21 224 66 100
Binary 1110000 11010100 10011110 101111 0 11001 10001 10010100 110110 1000000

Color Harmonies of #70D49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D49E

Black with #70D49E

Text Example


Text Example

White with #70D49E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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