Html Css Color HEX #70D79C Medium Aquamarine

📋 copy color: '#70D79C'

red 112 ◦ green 215 ◦ blue 156

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

Shades of Medium Aquamarine #70D79C

Tints of Medium Aquamarine #70D79C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.51%

 BLUE value IS 156 (61.33% from 255) = 32.3%

R = 23.19%
G = 44.51%
B = 32.3%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#70D79C (or 0x70D79C) is known color: Medium Aquamarine. HEX triplet: 70, D7 and 9C. RGB value is (112,215,156). Sum of RGB (Red+Green+Blue) = 112+215+156=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #70D79C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D79C is #8F2863. Grayscale: #B1B1B1. Windows color (decimal): -9381988 or 10278768. OLE color: 10278768.

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

Color convert

RGB 112 215 156 -
CMYK 0.48 0 0.27 0.16
HSL 145.63º 0.56% 0.64% -
HSV(B) 145.63º 0.48% 0.84% -
XYZ 36.98 54.45 40.01 -
YUV 177.48 115.88 81.3 -
System Red Green Blue C M Y K H S L
Decimal 112 215 156 0.48 0 0.27 0.16 145.63 0.56 0.64
Hex 70 D7 9C 30 0 1B 10 92 38 40
Octal 160 327 234 60 0 33 20 222 70 100
Binary 1110000 11010111 10011100 110000 0 11011 10000 10010010 111000 1000000

Color Harmonies of #70D79C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D79C

Black with #70D79C

Text Example


Text Example

White with #70D79C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,215,156); }

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

background-color css

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

 a { background-color: rgb(112,215,156); }

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

border-color css

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

 span { border-color: rgb(112,215,156); }

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