Html Css Color HEX #70E49C Medium Aquamarine

📋 copy color: '#70E49C'

red 112 ◦ green 228 ◦ blue 156

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

Shades of Medium Aquamarine #70E49C

Tints of Medium Aquamarine #70E49C

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.97%

 BLUE value IS 156 (61.33% from 255) = 31.45%

R = 22.58%
G = 45.97%
B = 31.45%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#70E49C (or 0x70E49C) is known color: Medium Aquamarine. HEX triplet: 70, E4 and 9C. RGB value is (112,228,156). Sum of RGB (Red+Green+Blue) = 112+228+156=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 156 (61.33% from 255 or 31.45% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #70E49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E49C is #8F1B63. Grayscale: #B9B9B9. Windows color (decimal): -9378660 or 10282096. OLE color: 10282096.

HSL color Cylindrical-coordinate representation of color #70E49C: hue angle of 142.76º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E49C is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 228 156 -
CMYK 0.51 0 0.32 0.11
HSL 142.76º 0.68% 0.67% -
HSV(B) 142.76º 0.51% 0.89% -
XYZ 40.43 61.33 41.16 -
YUV 185.11 111.57 75.85 -
System Red Green Blue C M Y K H S L
Decimal 112 228 156 0.51 0 0.32 0.11 142.76 0.68 0.67
Hex 70 E4 9C 33 0 20 B 8F 44 43
Octal 160 344 234 63 0 40 13 217 104 103
Binary 1110000 11100100 10011100 110011 0 100000 1011 10001111 1000100 1000011

Color Harmonies of #70E49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E49C

Black with #70E49C

Text Example


Text Example

White with #70E49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,228,156); }

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

background-color css

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

 a { background-color: rgb(112,228,156); }

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

border-color css

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

 span { border-color: rgb(112,228,156); }

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