Html Css Color HEX #70D8AD Medium Aquamarine

📋 copy color: '#70D8AD'

red 112 ◦ green 216 ◦ blue 173

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

Shades of Medium Aquamarine #70D8AD

Tints of Medium Aquamarine #70D8AD

RGB

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

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

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

R = 22.36%
G = 43.11%
B = 34.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#70D8AD (or 0x70D8AD) is known color: Medium Aquamarine. HEX triplet: 70, D8 and AD. RGB value is (112,216,173). Sum of RGB (Red+Green+Blue) = 112+216+173=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 173 (67.97% from 255 or 34.53% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D8AD is #8F2752. Grayscale: #B4B4B4. Windows color (decimal): -9381715 or 11393136. OLE color: 11393136.

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

Color convert

RGB 112 216 173 -
CMYK 0.48 0 0.20 0.15
HSL 155.19º 0.57% 0.64% -
HSV(B) 155.19º 0.48% 0.85% -
XYZ 38.78 55.57 48.22 -
YUV 180 124.04 79.5 -
System Red Green Blue C M Y K H S L
Decimal 112 216 173 0.48 0 0.20 0.15 155.19 0.57 0.64
Hex 70 D8 AD 30 0 14 F 9B 39 40
Octal 160 330 255 60 0 24 17 233 71 100
Binary 1110000 11011000 10101101 110000 0 10100 1111 10011011 111001 1000000

Color Harmonies of #70D8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D8AD

Black with #70D8AD

Text Example


Text Example

White with #70D8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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