Html Css Color HEX #70ECAA Medium Aquamarine

📋 copy color: '#70ECAA'

red 112 ◦ green 236 ◦ blue 170

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

Shades of Medium Aquamarine #70ECAA

Tints of Medium Aquamarine #70ECAA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.56%

 BLUE value IS 170 (66.8% from 255) = 32.82%

R = 21.62%
G = 45.56%
B = 32.82%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#70ECAA (or 0x70ECAA) is known color: Medium Aquamarine. HEX triplet: 70, EC and AA. RGB value is (112,236,170). Sum of RGB (Red+Green+Blue) = 112+236+170=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70ECAA is #8F1355. Grayscale: #BFBFBF. Windows color (decimal): -9376598 or 11201648. OLE color: 11201648.

HSL color Cylindrical-coordinate representation of color #70ECAA: hue angle of 148.06º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ECAA is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 236 170 -
CMYK 0.53 0 0.28 0.07
HSL 148.06º 0.77% 0.68% -
HSV(B) 148.06º 0.53% 0.93% -
XYZ 43.93 66.34 48.52 -
YUV 191.4 115.92 71.37 -
System Red Green Blue C M Y K H S L
Decimal 112 236 170 0.53 0 0.28 0.07 148.06 0.77 0.68
Hex 70 EC AA 35 0 1C 7 94 4D 44
Octal 160 354 252 65 0 34 7 224 115 104
Binary 1110000 11101100 10101010 110101 0 11100 111 10010100 1001101 1000100

Color Harmonies of #70ECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ECAA

Black with #70ECAA

Text Example


Text Example

White with #70ECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,236,170); }

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

background-color css

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

 a { background-color: rgb(112,236,170); }

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

border-color css

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

 span { border-color: rgb(112,236,170); }

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