Html Css Color HEX #70E19E Medium Aquamarine

📋 copy color: '#70E19E'

red 112 ◦ green 225 ◦ blue 158

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

Shades of Medium Aquamarine #70E19E

Tints of Medium Aquamarine #70E19E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.92%

R = 22.63%
G = 45.45%
B = 31.92%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#70E19E (or 0x70E19E) is known color: Medium Aquamarine. HEX triplet: 70, E1 and 9E. RGB value is (112,225,158). Sum of RGB (Red+Green+Blue) = 112+225+158=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #70E19E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E19E is #8F1E61. Grayscale: #B7B7B7. Windows color (decimal): -9379426 or 10412400. OLE color: 10412400.

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

Color convert

RGB 112 225 158 -
CMYK 0.50 0 0.30 0.12
HSL 144.42º 0.65% 0.66% -
HSV(B) 144.42º 0.5% 0.88% -
XYZ 39.78 59.76 41.79 -
YUV 183.58 113.56 76.95 -
System Red Green Blue C M Y K H S L
Decimal 112 225 158 0.50 0 0.30 0.12 144.42 0.65 0.66
Hex 70 E1 9E 32 0 1E C 90 41 42
Octal 160 341 236 62 0 36 14 220 101 102
Binary 1110000 11100001 10011110 110010 0 11110 1100 10010000 1000001 1000010

Color Harmonies of #70E19E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E19E

Black with #70E19E

Text Example


Text Example

White with #70E19E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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