Html Css Color HEX #70D9A9 Medium Aquamarine

📋 copy color: '#70D9A9'

red 112 ◦ green 217 ◦ blue 169

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

Shades of Medium Aquamarine #70D9A9

Tints of Medium Aquamarine #70D9A9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.57%

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

R = 22.49%
G = 43.57%
B = 33.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#70D9A9 (or 0x70D9A9) is known color: Medium Aquamarine. HEX triplet: 70, D9 and A9. RGB value is (112,217,169). Sum of RGB (Red+Green+Blue) = 112+217+169=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 169 (66.41% from 255 or 33.94% from 498); Max value from RGB is 217 - color contains mainly: green. Hex color #70D9A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D9A9 is #8F2656. Grayscale: #B4B4B4. Windows color (decimal): -9381463 or 11131248. OLE color: 11131248.

HSL color Cylindrical-coordinate representation of color #70D9A9: hue angle of 152.57º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D9A9 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 217 169 -
CMYK 0.48 0 0.22 0.15
HSL 152.57º 0.58% 0.65% -
HSV(B) 152.57º 0.48% 0.85% -
XYZ 38.66 55.94 46.3 -
YUV 180.13 121.71 79.4 -
System Red Green Blue C M Y K H S L
Decimal 112 217 169 0.48 0 0.22 0.15 152.57 0.58 0.65
Hex 70 D9 A9 30 0 16 F 99 3A 41
Octal 160 331 251 60 0 26 17 231 72 101
Binary 1110000 11011001 10101001 110000 0 10110 1111 10011001 111010 1000001

Color Harmonies of #70D9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D9A9

Black with #70D9A9

Text Example


Text Example

White with #70D9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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