Html Css Color HEX #70DFA2 Medium Aquamarine

📋 copy color: '#70DFA2'

red 112 ◦ green 223 ◦ blue 162

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

Shades of Medium Aquamarine #70DFA2

Tints of Medium Aquamarine #70DFA2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.87%

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

R = 22.54%
G = 44.87%
B = 32.6%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#70DFA2 (or 0x70DFA2) is known color: Medium Aquamarine. HEX triplet: 70, DF and A2. RGB value is (112,223,162). Sum of RGB (Red+Green+Blue) = 112+223+162=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DFA2 is #8F205D. Grayscale: #B6B6B6. Windows color (decimal): -9379934 or 10674032. OLE color: 10674032.

HSL color Cylindrical-coordinate representation of color #70DFA2: hue angle of 147.03º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DFA2 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 162 -
CMYK 0.50 0 0.27 0.13
HSL 147.03º 0.63% 0.66% -
HSV(B) 147.03º 0.5% 0.87% -
XYZ 39.59 58.83 43.45 -
YUV 182.86 116.23 77.46 -
System Red Green Blue C M Y K H S L
Decimal 112 223 162 0.50 0 0.27 0.13 147.03 0.63 0.66
Hex 70 DF A2 32 0 1B D 93 3F 42
Octal 160 337 242 62 0 33 15 223 77 102
Binary 1110000 11011111 10100010 110010 0 11011 1101 10010011 111111 1000010

Color Harmonies of #70DFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFA2

Black with #70DFA2

Text Example


Text Example

White with #70DFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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