Html Css Color HEX #70D7AD Medium Aquamarine

📋 copy color: '#70D7AD'

red 112 ◦ green 215 ◦ blue 173

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

Shades of Medium Aquamarine #70D7AD

Tints of Medium Aquamarine #70D7AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.6%

R = 22.4%
G = 43%
B = 34.6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#70D7AD (or 0x70D7AD) is known color: Medium Aquamarine. HEX triplet: 70, D7 and AD. RGB value is (112,215,173). Sum of RGB (Red+Green+Blue) = 112+215+173=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #70D7AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D7AD is #8F2852. Grayscale: #B3B3B3. Windows color (decimal): -9381971 or 11392880. OLE color: 11392880.

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

Color convert

RGB 112 215 173 -
CMYK 0.48 0 0.20 0.16
HSL 155.53º 0.56% 0.64% -
HSV(B) 155.53º 0.48% 0.84% -
XYZ 38.53 55.06 48.13 -
YUV 179.42 124.38 79.92 -
System Red Green Blue C M Y K H S L
Decimal 112 215 173 0.48 0 0.20 0.16 155.53 0.56 0.64
Hex 70 D7 AD 30 0 14 10 9C 38 40
Octal 160 327 255 60 0 24 20 234 70 100
Binary 1110000 11010111 10101101 110000 0 10100 10000 10011100 111000 1000000

Color Harmonies of #70D7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D7AD

Black with #70D7AD

Text Example


Text Example

White with #70D7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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