Html Css Color HEX #70E89A Medium Aquamarine

📋 copy color: '#70E89A'

red 112 ◦ green 232 ◦ blue 154

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

Shades of Medium Aquamarine #70E89A

Tints of Medium Aquamarine #70E89A

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.59%

 BLUE value IS 154 (60.55% from 255) = 30.92%

R = 22.49%
G = 46.59%
B = 30.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#70E89A (or 0x70E89A) is known color: Medium Aquamarine. HEX triplet: 70, E8 and 9A. RGB value is (112,232,154). Sum of RGB (Red+Green+Blue) = 112+232+154=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 232 (91.02% from 255 or 46.59% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 232 - color contains mainly: green. Hex color #70E89A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E89A is #8F1765. Grayscale: #BBBBBB. Windows color (decimal): -9377638 or 10152048. OLE color: 10152048.

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

Color convert

RGB 112 232 154 -
CMYK 0.52 0 0.34 0.09
HSL 141º 0.72% 0.67% -
HSV(B) 141º 0.52% 0.91% -
XYZ 41.37 63.49 40.65 -
YUV 187.23 109.24 74.34 -
System Red Green Blue C M Y K H S L
Decimal 112 232 154 0.52 0 0.34 0.09 141 0.72 0.67
Hex 70 E8 9A 34 0 22 9 8D 48 43
Octal 160 350 232 64 0 42 11 215 110 103
Binary 1110000 11101000 10011010 110100 0 100010 1001 10001101 1001000 1000011

Color Harmonies of #70E89A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E89A

Black with #70E89A

Text Example


Text Example

White with #70E89A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,232,154); }

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

background-color css

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

 a { background-color: rgb(112,232,154); }

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

border-color css

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

 span { border-color: rgb(112,232,154); }

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