Html Css Color HEX #70E9A0 Medium Aquamarine

📋 copy color: '#70E9A0'

red 112 ◦ green 233 ◦ blue 160

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

Shades of Medium Aquamarine #70E9A0

Tints of Medium Aquamarine #70E9A0

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.14%

 BLUE value IS 160 (62.89% from 255) = 31.68%

R = 22.18%
G = 46.14%
B = 31.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#70E9A0 (or 0x70E9A0) is known color: Medium Aquamarine. HEX triplet: 70, E9 and A0. RGB value is (112,233,160). Sum of RGB (Red+Green+Blue) = 112+233+160=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 233 (91.41% from 255 or 46.14% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 233 - color contains mainly: green. Hex color #70E9A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E9A0 is #8F165F. Grayscale: #BCBCBC. Windows color (decimal): -9377376 or 10545520. OLE color: 10545520.

HSL color Cylindrical-coordinate representation of color #70E9A0: hue angle of 143.8º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E9A0 is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB 112 233 160 -
CMYK 0.52 0 0.31 0.09
HSL 143.8º 0.73% 0.68% -
HSV(B) 143.8º 0.52% 0.91% -
XYZ 42.17 64.26 43.44 -
YUV 188.5 111.91 73.44 -
System Red Green Blue C M Y K H S L
Decimal 112 233 160 0.52 0 0.31 0.09 143.8 0.73 0.68
Hex 70 E9 A0 34 0 1F 9 90 49 44
Octal 160 351 240 64 0 37 11 220 111 104
Binary 1110000 11101001 10100000 110100 0 11111 1001 10010000 1001001 1000100

Color Harmonies of #70E9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E9A0

Black with #70E9A0

Text Example


Text Example

White with #70E9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,233,160); }

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

background-color css

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

 a { background-color: rgb(112,233,160); }

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

border-color css

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

 span { border-color: rgb(112,233,160); }

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