Html Css Color HEX #70DCA4 Medium Aquamarine

📋 copy color: '#70DCA4'

red 112 ◦ green 220 ◦ blue 164

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

Shades of Medium Aquamarine #70DCA4

Tints of Medium Aquamarine #70DCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.06%

R = 22.58%
G = 44.35%
B = 33.06%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#70DCA4 (or 0x70DCA4) is known color: Medium Aquamarine. HEX triplet: 70, DC and A4. RGB value is (112,220,164). Sum of RGB (Red+Green+Blue) = 112+220+164=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 164 (64.45% from 255 or 33.06% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DCA4 is #8F235B. Grayscale: #B5B5B5. Windows color (decimal): -9380700 or 10804336. OLE color: 10804336.

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

Color convert

RGB 112 220 164 -
CMYK 0.49 0 0.25 0.14
HSL 148.89º 0.61% 0.65% -
HSV(B) 148.89º 0.49% 0.86% -
XYZ 38.98 57.31 44.13 -
YUV 181.32 118.22 78.55 -
System Red Green Blue C M Y K H S L
Decimal 112 220 164 0.49 0 0.25 0.14 148.89 0.61 0.65
Hex 70 DC A4 31 0 19 E 95 3D 41
Octal 160 334 244 61 0 31 16 225 75 101
Binary 1110000 11011100 10100100 110001 0 11001 1110 10010101 111101 1000001

Color Harmonies of #70DCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DCA4

Black with #70DCA4

Text Example


Text Example

White with #70DCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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