Html Css Color HEX #70D99D Medium Aquamarine

📋 copy color: '#70D99D'

red 112 ◦ green 217 ◦ blue 157

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

Shades of Medium Aquamarine #70D99D

Tints of Medium Aquamarine #70D99D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.65%

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

R = 23.05%
G = 44.65%
B = 32.3%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#70D99D (or 0x70D99D) is known color: Medium Aquamarine. HEX triplet: 70, D9 and 9D. RGB value is (112,217,157). Sum of RGB (Red+Green+Blue) = 112+217+157=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #70D99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D99D is #8F2662. Grayscale: #B2B2B2. Windows color (decimal): -9381475 or 10344816. OLE color: 10344816.

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

Color convert

RGB 112 217 157 -
CMYK 0.48 0 0.28 0.15
HSL 145.71º 0.58% 0.65% -
HSV(B) 145.71º 0.48% 0.85% -
XYZ 37.58 55.5 40.63 -
YUV 178.77 115.71 80.38 -
System Red Green Blue C M Y K H S L
Decimal 112 217 157 0.48 0 0.28 0.15 145.71 0.58 0.65
Hex 70 D9 9D 30 0 1C F 92 3A 41
Octal 160 331 235 60 0 34 17 222 72 101
Binary 1110000 11011001 10011101 110000 0 11100 1111 10010010 111010 1000001

Color Harmonies of #70D99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D99D

Black with #70D99D

Text Example


Text Example

White with #70D99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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