Html Css Color HEX #70DFA3 Medium Aquamarine

📋 copy color: '#70DFA3'

red 112 ◦ green 223 ◦ blue 163

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

Shades of Medium Aquamarine #70DFA3

Tints of Medium Aquamarine #70DFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.73%

R = 22.49%
G = 44.78%
B = 32.73%

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

#70DFA3 (or 0x70DFA3) is known color: Medium Aquamarine. HEX triplet: 70, DF and A3. RGB value is (112,223,163). Sum of RGB (Red+Green+Blue) = 112+223+163=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DFA3 is #8F205C. Grayscale: #B7B7B7. Windows color (decimal): -9379933 or 10739568. OLE color: 10739568.

HSL color Cylindrical-coordinate representation of color #70DFA3: hue angle of 147.57º 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 #70DFA3 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 163 -
CMYK 0.50 0 0.27 0.13
HSL 147.57º 0.63% 0.66% -
HSV(B) 147.57º 0.5% 0.87% -
XYZ 39.68 58.86 43.92 -
YUV 182.97 116.73 77.38 -
System Red Green Blue C M Y K H S L
Decimal 112 223 163 0.50 0 0.27 0.13 147.57 0.63 0.66
Hex 70 DF A3 32 0 1B D 94 3F 42
Octal 160 337 243 62 0 33 15 224 77 102
Binary 1110000 11011111 10100011 110010 0 11011 1101 10010100 111111 1000010

Color Harmonies of #70DFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DFA3

Black with #70DFA3

Text Example


Text Example

White with #70DFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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