Html Css Color HEX #70D0AD Medium Aquamarine

📋 copy color: '#70D0AD'

red 112 ◦ green 208 ◦ blue 173

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

Shades of Medium Aquamarine #70D0AD

Tints of Medium Aquamarine #70D0AD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.19%

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

R = 22.72%
G = 42.19%
B = 35.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#70D0AD (or 0x70D0AD) is known color: Medium Aquamarine. HEX triplet: 70, D0 and AD. RGB value is (112,208,173). Sum of RGB (Red+Green+Blue) = 112+208+173=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #70D0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D0AD is #8F2F52. Grayscale: #AFAFAF. Windows color (decimal): -9383763 or 11391088. OLE color: 11391088.

HSL color Cylindrical-coordinate representation of color #70D0AD: hue angle of 158.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D0AD is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 208 173 -
CMYK 0.46 0 0.17 0.18
HSL 158.13º 0.51% 0.63% -
HSV(B) 158.13º 0.46% 0.82% -
XYZ 36.78 51.57 47.55 -
YUV 175.31 126.7 82.85 -
System Red Green Blue C M Y K H S L
Decimal 112 208 173 0.46 0 0.17 0.18 158.13 0.51 0.63
Hex 70 D0 AD 2E 0 11 12 9E 33 3F
Octal 160 320 255 56 0 21 22 236 63 77
Binary 1110000 11010000 10101101 101110 0 10001 10010 10011110 110011 111111

Color Harmonies of #70D0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D0AD

Black with #70D0AD

Text Example


Text Example

White with #70D0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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