Html Css Color HEX #70E1A7 Medium Aquamarine

📋 copy color: '#70E1A7'

red 112 ◦ green 225 ◦ blue 167

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

Shades of Medium Aquamarine #70E1A7

Tints of Medium Aquamarine #70E1A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.13%

R = 22.22%
G = 44.64%
B = 33.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#70E1A7 (or 0x70E1A7) is known color: Medium Aquamarine. HEX triplet: 70, E1 and A7. RGB value is (112,225,167). Sum of RGB (Red+Green+Blue) = 112+225+167=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #70E1A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E1A7 is #8F1E58. Grayscale: #B8B8B8. Windows color (decimal): -9379417 or 11002224. OLE color: 11002224.

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

Color convert

RGB 112 225 167 -
CMYK 0.50 0 0.26 0.12
HSL 149.2º 0.65% 0.66% -
HSV(B) 149.2º 0.5% 0.88% -
XYZ 40.58 60.09 46.02 -
YUV 184.6 118.06 76.22 -
System Red Green Blue C M Y K H S L
Decimal 112 225 167 0.50 0 0.26 0.12 149.2 0.65 0.66
Hex 70 E1 A7 32 0 1A C 95 41 42
Octal 160 341 247 62 0 32 14 225 101 102
Binary 1110000 11100001 10100111 110010 0 11010 1100 10010101 1000001 1000010

Color Harmonies of #70E1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E1A7

Black with #70E1A7

Text Example


Text Example

White with #70E1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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