Html Css Color HEX #70DCAD Medium Aquamarine

📋 copy color: '#70DCAD'

red 112 ◦ green 220 ◦ blue 173

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

Shades of Medium Aquamarine #70DCAD

Tints of Medium Aquamarine #70DCAD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.56%

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

R = 22.18%
G = 43.56%
B = 34.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#70DCAD (or 0x70DCAD) is known color: Medium Aquamarine. HEX triplet: 70, DC and AD. RGB value is (112,220,173). Sum of RGB (Red+Green+Blue) = 112+220+173=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DCAD is #8F2352. Grayscale: #B6B6B6. Windows color (decimal): -9380691 or 11394160. OLE color: 11394160.

HSL color Cylindrical-coordinate representation of color #70DCAD: hue angle of 153.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DCAD is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 220 173 -
CMYK 0.49 0 0.21 0.14
HSL 153.89º 0.61% 0.65% -
HSV(B) 153.89º 0.49% 0.86% -
XYZ 39.82 57.65 48.56 -
YUV 182.35 122.72 77.82 -
System Red Green Blue C M Y K H S L
Decimal 112 220 173 0.49 0 0.21 0.14 153.89 0.61 0.65
Hex 70 DC AD 31 0 15 E 9A 3D 41
Octal 160 334 255 61 0 25 16 232 75 101
Binary 1110000 11011100 10101101 110001 0 10101 1110 10011010 111101 1000001

Color Harmonies of #70DCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DCAD

Black with #70DCAD

Text Example


Text Example

White with #70DCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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