Html Css Color HEX #70D89D Medium Aquamarine

📋 copy color: '#70D89D'

red 112 ◦ green 216 ◦ blue 157

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

Shades of Medium Aquamarine #70D89D

Tints of Medium Aquamarine #70D89D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.54%

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

R = 23.09%
G = 44.54%
B = 32.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#70D89D (or 0x70D89D) is known color: Medium Aquamarine. HEX triplet: 70, D8 and 9D. RGB value is (112,216,157). Sum of RGB (Red+Green+Blue) = 112+216+157=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #70D89D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D89D is #8F2762. Grayscale: #B2B2B2. Windows color (decimal): -9381731 or 10344560. OLE color: 10344560.

HSL color Cylindrical-coordinate representation of color #70D89D: hue angle of 145.96º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D89D is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 216 157 -
CMYK 0.48 0 0.27 0.15
HSL 145.96º 0.57% 0.64% -
HSV(B) 145.96º 0.48% 0.85% -
XYZ 37.32 54.99 40.55 -
YUV 178.18 116.04 80.8 -
System Red Green Blue C M Y K H S L
Decimal 112 216 157 0.48 0 0.27 0.15 145.96 0.57 0.64
Hex 70 D8 9D 30 0 1B F 92 39 40
Octal 160 330 235 60 0 33 17 222 71 100
Binary 1110000 11011000 10011101 110000 0 11011 1111 10010010 111001 1000000

Color Harmonies of #70D89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D89D

Black with #70D89D

Text Example


Text Example

White with #70D89D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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