Html Css Color HEX #70DCA9 Medium Aquamarine

📋 copy color: '#70DCA9'

red 112 ◦ green 220 ◦ blue 169

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

Shades of Medium Aquamarine #70DCA9

Tints of Medium Aquamarine #70DCA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.73%

R = 22.36%
G = 43.91%
B = 33.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#70DCA9 (or 0x70DCA9) is known color: Medium Aquamarine. HEX triplet: 70, DC and A9. RGB value is (112,220,169). Sum of RGB (Red+Green+Blue) = 112+220+169=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DCA9 is #8F2356. Grayscale: #B5B5B5. Windows color (decimal): -9380695 or 11132016. OLE color: 11132016.

HSL color Cylindrical-coordinate representation of color #70DCA9: hue angle of 151.67º 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 #70DCA9 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 220 169 -
CMYK 0.49 0 0.23 0.14
HSL 151.67º 0.61% 0.65% -
HSV(B) 151.67º 0.49% 0.86% -
XYZ 39.44 57.5 46.56 -
YUV 181.89 120.72 78.15 -
System Red Green Blue C M Y K H S L
Decimal 112 220 169 0.49 0 0.23 0.14 151.67 0.61 0.65
Hex 70 DC A9 31 0 17 E 98 3D 41
Octal 160 334 251 61 0 27 16 230 75 101
Binary 1110000 11011100 10101001 110001 0 10111 1110 10011000 111101 1000001

Color Harmonies of #70DCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DCA9

Black with #70DCA9

Text Example


Text Example

White with #70DCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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