Html Css Color HEX #70ECA2 Medium Aquamarine

📋 copy color: '#70ECA2'

red 112 ◦ green 236 ◦ blue 162

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

Shades of Medium Aquamarine #70ECA2

Tints of Medium Aquamarine #70ECA2

RGB

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

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

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

R = 21.96%
G = 46.27%
B = 31.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#70ECA2 (or 0x70ECA2) is known color: Medium Aquamarine. HEX triplet: 70, EC and A2. RGB value is (112,236,162). Sum of RGB (Red+Green+Blue) = 112+236+162=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70ECA2 is #8F135D. Grayscale: #BEBEBE. Windows color (decimal): -9376606 or 10677360. OLE color: 10677360.

HSL color Cylindrical-coordinate representation of color #70ECA2: hue angle of 144.19º 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 #70ECA2 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 236 162 -
CMYK 0.53 0 0.31 0.07
HSL 144.19º 0.77% 0.68% -
HSV(B) 144.19º 0.53% 0.93% -
XYZ 43.2 66.04 44.65 -
YUV 190.49 111.92 72.02 -
System Red Green Blue C M Y K H S L
Decimal 112 236 162 0.53 0 0.31 0.07 144.19 0.77 0.68
Hex 70 EC A2 35 0 1F 7 90 4D 44
Octal 160 354 242 65 0 37 7 220 115 104
Binary 1110000 11101100 10100010 110101 0 11111 111 10010000 1001101 1000100

Color Harmonies of #70ECA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ECA2

Black with #70ECA2

Text Example


Text Example

White with #70ECA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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