Html Css Color HEX #70D89F Medium Aquamarine

📋 copy color: '#70D89F'

red 112 ◦ green 216 ◦ blue 159

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

Shades of Medium Aquamarine #70D89F

Tints of Medium Aquamarine #70D89F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.65%

R = 23%
G = 44.35%
B = 32.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#70D89F (or 0x70D89F) is known color: Medium Aquamarine. HEX triplet: 70, D8 and 9F. RGB value is (112,216,159). Sum of RGB (Red+Green+Blue) = 112+216+159=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 216 - color contains mainly: green. Hex color #70D89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D89F is #8F2760. Grayscale: #B2B2B2. Windows color (decimal): -9381729 or 10475632. OLE color: 10475632.

HSL color Cylindrical-coordinate representation of color #70D89F: hue angle of 147.12º 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 #70D89F is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 216 159 -
CMYK 0.48 0 0.26 0.15
HSL 147.12º 0.57% 0.64% -
HSV(B) 147.12º 0.48% 0.85% -
XYZ 37.5 55.06 41.45 -
YUV 178.41 117.04 80.63 -
System Red Green Blue C M Y K H S L
Decimal 112 216 159 0.48 0 0.26 0.15 147.12 0.57 0.64
Hex 70 D8 9F 30 0 1A F 93 39 40
Octal 160 330 237 60 0 32 17 223 71 100
Binary 1110000 11011000 10011111 110000 0 11010 1111 10010011 111001 1000000

Color Harmonies of #70D89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D89F

Black with #70D89F

Text Example


Text Example

White with #70D89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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