Html Css Color HEX #70D2AB Medium Aquamarine

📋 copy color: '#70D2AB'

red 112 ◦ green 210 ◦ blue 171

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

Shades of Medium Aquamarine #70D2AB

Tints of Medium Aquamarine #70D2AB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.6%

 BLUE value IS 171 (67.19% from 255) = 34.69%

R = 22.72%
G = 42.6%
B = 34.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#70D2AB (or 0x70D2AB) is known color: Medium Aquamarine. HEX triplet: 70, D2 and AB. RGB value is (112,210,171). Sum of RGB (Red+Green+Blue) = 112+210+171=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #70D2AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D2AB is #8F2D54. Grayscale: #B0B0B0. Windows color (decimal): -9383253 or 11260528. OLE color: 11260528.

HSL color Cylindrical-coordinate representation of color #70D2AB: hue angle of 156.12º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D2AB is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 210 171 -
CMYK 0.47 0 0.19 0.18
HSL 156.12º 0.52% 0.63% -
HSV(B) 156.12º 0.47% 0.82% -
XYZ 37.08 52.48 46.7 -
YUV 176.25 125.03 82.17 -
System Red Green Blue C M Y K H S L
Decimal 112 210 171 0.47 0 0.19 0.18 156.12 0.52 0.63
Hex 70 D2 AB 2F 0 13 12 9C 34 3F
Octal 160 322 253 57 0 23 22 234 64 77
Binary 1110000 11010010 10101011 101111 0 10011 10010 10011100 110100 111111

Color Harmonies of #70D2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D2AB

Black with #70D2AB

Text Example


Text Example

White with #70D2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,210,171); }

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

background-color css

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

 a { background-color: rgb(112,210,171); }

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

border-color css

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

 span { border-color: rgb(112,210,171); }

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