Html Css Color HEX #70D9A2 Medium Aquamarine

📋 copy color: '#70D9A2'

red 112 ◦ green 217 ◦ blue 162

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

Shades of Medium Aquamarine #70D9A2

Tints of Medium Aquamarine #70D9A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.99%

R = 22.81%
G = 44.2%
B = 32.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#70D9A2 (or 0x70D9A2) is known color: Medium Aquamarine. HEX triplet: 70, D9 and A2. RGB value is (112,217,162). Sum of RGB (Red+Green+Blue) = 112+217+162=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #70D9A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D9A2 is #8F265D. Grayscale: #B3B3B3. Windows color (decimal): -9381470 or 10672496. OLE color: 10672496.

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

Color convert

RGB 112 217 162 -
CMYK 0.48 0 0.25 0.15
HSL 148.57º 0.58% 0.65% -
HSV(B) 148.57º 0.48% 0.85% -
XYZ 38.02 55.68 42.93 -
YUV 179.34 118.21 79.97 -
System Red Green Blue C M Y K H S L
Decimal 112 217 162 0.48 0 0.25 0.15 148.57 0.58 0.65
Hex 70 D9 A2 30 0 19 F 95 3A 41
Octal 160 331 242 60 0 31 17 225 72 101
Binary 1110000 11011001 10100010 110000 0 11001 1111 10010101 111010 1000001

Color Harmonies of #70D9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D9A2

Black with #70D9A2

Text Example


Text Example

White with #70D9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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