Html Css Color HEX #70E3AA Medium Aquamarine

📋 copy color: '#70E3AA'

red 112 ◦ green 227 ◦ blue 170

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

Shades of Medium Aquamarine #70E3AA

Tints of Medium Aquamarine #70E3AA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.6%

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

R = 22%
G = 44.6%
B = 33.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#70E3AA (or 0x70E3AA) is known color: Medium Aquamarine. HEX triplet: 70, E3 and AA. RGB value is (112,227,170). Sum of RGB (Red+Green+Blue) = 112+227+170=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #70E3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E3AA is #8F1C55. Grayscale: #BABABA. Windows color (decimal): -9378902 or 11199344. OLE color: 11199344.

HSL color Cylindrical-coordinate representation of color #70E3AA: hue angle of 150.26º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E3AA is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 227 170 -
CMYK 0.51 0 0.25 0.11
HSL 150.26º 0.67% 0.66% -
HSV(B) 150.26º 0.51% 0.89% -
XYZ 41.41 61.29 47.68 -
YUV 186.12 118.9 75.13 -
System Red Green Blue C M Y K H S L
Decimal 112 227 170 0.51 0 0.25 0.11 150.26 0.67 0.66
Hex 70 E3 AA 33 0 19 B 96 43 42
Octal 160 343 252 63 0 31 13 226 103 102
Binary 1110000 11100011 10101010 110011 0 11001 1011 10010110 1000011 1000010

Color Harmonies of #70E3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E3AA

Black with #70E3AA

Text Example


Text Example

White with #70E3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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