Html Css Color HEX #70E1AD Medium Aquamarine

📋 copy color: '#70E1AD'

red 112 ◦ green 225 ◦ blue 173

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

Shades of Medium Aquamarine #70E1AD

Tints of Medium Aquamarine #70E1AD

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.12%

 BLUE value IS 173 (67.97% from 255) = 33.92%

R = 21.96%
G = 44.12%
B = 33.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#70E1AD (or 0x70E1AD) is known color: Medium Aquamarine. HEX triplet: 70, E1 and AD. RGB value is (112,225,173). Sum of RGB (Red+Green+Blue) = 112+225+173=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #70E1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E1AD is #8F1E52. Grayscale: #B9B9B9. Windows color (decimal): -9379411 or 11395440. OLE color: 11395440.

HSL color Cylindrical-coordinate representation of color #70E1AD: hue angle of 152.39º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E1AD is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 225 173 -
CMYK 0.50 0 0.23 0.12
HSL 152.39º 0.65% 0.66% -
HSV(B) 152.39º 0.5% 0.88% -
XYZ 41.15 60.31 49.01 -
YUV 185.29 121.06 75.73 -
System Red Green Blue C M Y K H S L
Decimal 112 225 173 0.50 0 0.23 0.12 152.39 0.65 0.66
Hex 70 E1 AD 32 0 17 C 98 41 42
Octal 160 341 255 62 0 27 14 230 101 102
Binary 1110000 11100001 10101101 110010 0 10111 1100 10011000 1000001 1000010

Color Harmonies of #70E1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E1AD

Black with #70E1AD

Text Example


Text Example

White with #70E1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,225,173); }

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

background-color css

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

 a { background-color: rgb(112,225,173); }

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

border-color css

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

 span { border-color: rgb(112,225,173); }

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