Html Css Color HEX #70DD9F Medium Aquamarine

📋 copy color: '#70DD9F'

red 112 ◦ green 221 ◦ blue 159

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

Shades of Medium Aquamarine #70DD9F

Tints of Medium Aquamarine #70DD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.92%

 BLUE value IS 159 (62.5% from 255) = 32.32%

R = 22.76%
G = 44.92%
B = 32.32%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#70DD9F (or 0x70DD9F) is known color: Medium Aquamarine. HEX triplet: 70, DD and 9F. RGB value is (112,221,159). Sum of RGB (Red+Green+Blue) = 112+221+159=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DD9F is #8F2260. Grayscale: #B5B5B5. Windows color (decimal): -9380449 or 10476912. OLE color: 10476912.

HSL color Cylindrical-coordinate representation of color #70DD9F: hue angle of 145.87º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DD9F is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 221 159 -
CMYK 0.49 0 0.28 0.13
HSL 145.87º 0.62% 0.65% -
HSV(B) 145.87º 0.49% 0.87% -
XYZ 38.8 57.66 41.89 -
YUV 181.34 115.39 78.54 -
System Red Green Blue C M Y K H S L
Decimal 112 221 159 0.49 0 0.28 0.13 145.87 0.62 0.65
Hex 70 DD 9F 31 0 1C D 92 3E 41
Octal 160 335 237 61 0 34 15 222 76 101
Binary 1110000 11011101 10011111 110001 0 11100 1101 10010010 111110 1000001

Color Harmonies of #70DD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DD9F

Black with #70DD9F

Text Example


Text Example

White with #70DD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,221,159); }

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

background-color css

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

 a { background-color: rgb(112,221,159); }

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

border-color css

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

 span { border-color: rgb(112,221,159); }

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