Html Css Color HEX #70EF9E Medium Aquamarine

📋 copy color: '#70EF9E'

red 112 ◦ green 239 ◦ blue 158

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

Shades of Medium Aquamarine #70EF9E

Tints of Medium Aquamarine #70EF9E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.95%

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

R = 22%
G = 46.95%
B = 31.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#70EF9E (or 0x70EF9E) is known color: Medium Aquamarine. HEX triplet: 70, EF and 9E. RGB value is (112,239,158). Sum of RGB (Red+Green+Blue) = 112+239+158=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EF9E is #8F1061. Grayscale: #BFBFBF. Windows color (decimal): -9375842 or 10415984. OLE color: 10415984.

HSL color Cylindrical-coordinate representation of color #70EF9E: hue angle of 141.73º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EF9E is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 239 158 -
CMYK 0.53 0 0.34 0.06
HSL 141.73º 0.8% 0.69% -
HSV(B) 141.73º 0.53% 0.94% -
XYZ 43.72 67.65 43.1 -
YUV 191.79 108.92 71.09 -
System Red Green Blue C M Y K H S L
Decimal 112 239 158 0.53 0 0.34 0.06 141.73 0.8 0.69
Hex 70 EF 9E 35 0 22 6 8E 50 45
Octal 160 357 236 65 0 42 6 216 120 105
Binary 1110000 11101111 10011110 110101 0 100010 110 10001110 1010000 1000101

Color Harmonies of #70EF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EF9E

Black with #70EF9E

Text Example


Text Example

White with #70EF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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