Html Css Color HEX #70DC9C Medium Aquamarine

📋 copy color: '#70DC9C'

red 112 ◦ green 220 ◦ blue 156

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

Shades of Medium Aquamarine #70DC9C

Tints of Medium Aquamarine #70DC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 31.97%

R = 22.95%
G = 45.08%
B = 31.97%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#70DC9C (or 0x70DC9C) is known color: Medium Aquamarine. HEX triplet: 70, DC and 9C. RGB value is (112,220,156). Sum of RGB (Red+Green+Blue) = 112+220+156=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DC9C is #8F2363. Grayscale: #B4B4B4. Windows color (decimal): -9380708 or 10280048. OLE color: 10280048.

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

Color convert

RGB 112 220 156 -
CMYK 0.49 0 0.29 0.14
HSL 144.44º 0.61% 0.65% -
HSV(B) 144.44º 0.49% 0.86% -
XYZ 38.28 57.03 40.44 -
YUV 180.41 114.22 79.2 -
System Red Green Blue C M Y K H S L
Decimal 112 220 156 0.49 0 0.29 0.14 144.44 0.61 0.65
Hex 70 DC 9C 31 0 1D E 90 3D 41
Octal 160 334 234 61 0 35 16 220 75 101
Binary 1110000 11011100 10011100 110001 0 11101 1110 10010000 111101 1000001

Color Harmonies of #70DC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DC9C

Black with #70DC9C

Text Example


Text Example

White with #70DC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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